Giter VIP home page Giter VIP logo

v-card's Introduction

V-Card

V-Card Demo
View a demo

Table of Contents


Section Description
01-config Directory containing general information
02-scripts Directory containing scripts
03-style Directory containing stylesheets
04-components Directory containing Vue components
05-assets Directory for storing assets like images and fonts

Structure of Project


Vue.js Atomic Design ITCSS BEM

Additional Information

In this Vue 3 project, we showcase the elegance of simplicity and efficiency, utilizing CDN connections exclusively for seamless deployment. Embracing the Atomic Design structure, our components are thoughtfully organized into distinct levels—atoms, molecules, organisms, and templates—fostering reusability, maintainability, and a systematic approach to building scalable applications. Moreover, you can enjoy an example of using a YouTube video for the background using its setting in form of properties and configurate project style vie ITCSS structure.

v-card's People

Contributors

gk-daniel avatar

Stargazers

 avatar  avatar

Watchers

 avatar

v-card's Issues

refactor: add in style ITCSS structure

What?

Add ITCSS structure for global styles

Where?

Style folder for css files

How?

styles/
|-- settings/
|-- tools/
|-- generic/
|-- elements/
|-- objects/
|-- components/
|-- utilities/

refactor: add atomic design structure

What?

Add atomic design structure for vue.js components

Where?

Component folder

How?

component/
├── atoms/
│ ├── Button.vue
│ ├── Input.vue
│ └── ...
├── molecules/
│ ├── FormField.vue
│ ├── Card.vue
│ └── ...
├── organisms/
│ ├── Header.vue
│ ├── ProductCard.vue
│ └── ...
├── templates/
│ ├── DefaultTemplate.vue
│ └── ...
├── pages/
│ ├── HomePage.vue
│ ├── AboutPage.vue
│ └── ...
├── utils/
│ ├── api.js
│ ├── helpers.js
│ └── ...
├── MyComponent.vue
├── MyComponent.spec.js
├── MyComponent.scss
└── README.md

feat: add routing in project

What?

Add routing between pages

Where?

Think about business card area or right top corner

How?

Connection of routing in app.js

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.