File Structure
Here is the general file structure of the template:
File Structure
-
Code-vue
-
public
- img
- All images regarding this templates
- favicon.ico
- index.html
- img
-
src
-
assets
-
font
- fonts regarding this templates
-
image
- All images regarding this templates
-
js
- ampstory
- charts
- All js files
-
scss
-
bootstrap
- forms
- helper
- mixins
- tests
- utilites
- vendor
-
custom
- customizer
- all Custom .scss files of templates
-
customizer
- _root.scss
- _variables.scss
-
socialv design
system
- components
- helper
- mode
- plugins
- variables
- _root.scss
- _variables-dark.scss
- _variables.scss
- _socialv-custom.scss
- custom.scss
- customizer.scss
- socialv.scss
-
bootstrap
-
vendor
- Third Party Modules
-
font
-
components
- bootstrap
- custom
- hooks
- config
-
fackapi
- api
- json
- layouts
- model
- plugins
- router
- store
- utilities
- Views
- All .vue files
- App.vue
- main.js
- registerServiceWorker.js
-
assets
- .env-example
- .gitignore
- .htaccess
- babel.config.js
- package-lock.json
- package.json
- README.md
- vue.config.js
-
public