Since Light Able comes with a gulp, it has minor differences in structure but one can pick any one and start making changes, both are totally independent.
Vue.JS
Copy βββ π public
| βββ favicon.svg
| βββ index.html
βββ π src
| βββ π assets
| | βββ π css
| | βββ π fonts
| | βββ π images
| | βββ π json
| | βββ favicon.svg
| |
| βββ π components
| | βββ π common
| | βββ c-footer.vue
| | βββ c-menu.vue
| | βββ c-navbar.vue
| | βββ footer.vue
| | βββ page-header.vue
| | βββ right-bar.vue
| | βββ slidebarar.vue
| |
| βββ π layout
| | βββ c-main.vue
| | βββ c-vertical.vue
| | βββ c-navbar.vue
| | βββ component.vue
| | βββ layout-2.vue
| | βββ horizontal.vue
| | βββ main.vue
| | βββ vertical.vue
| |
| βββ π router
| | βββ index.js
| | βββ router.js
| |
| βββ π state
| | βββ π modules
| | βββ helper.js
| | βββ store.js
| |
| βββ π views
| | βββ π components
| | βββ π live-preview
| |
| βββ App.vue
| βββ authutils.js
| βββ main.js
| βββ .gitingore
βββ app.config.json
βββ jsconfig.json
βββ package.json
βββ vue.config.js
Light Able Vue Folders Structure
File/Folder Path Description The main folder of our project.
Contains static assets like favicon and html
Contains Vue components, routers, layouts etc.
Last updated 7 months ago