-
Notifications
You must be signed in to change notification settings - Fork 10
Directories
Marvin Menzerath edited this page Jun 11, 2018
·
1 revision
├── build -> webpack build files
├── config -> webpack build config
├── dist -> generated webapp (after "npm run build")
├── src -> the webapp's source code
│ ├── assets -> assets (css, images, etc.) which will be processed by webpack
│ ├── components -> all vue-components (all pages with their template, javascript and css)
│ ├── global -> global methods used by many components
│ ├── i18n -> localization files
│ ├── router -> vue-router configuration
│ └── store -> user-data store with its default values
└── static -> assets (css, images, etc.) which will not be processed by webpack
- Installation
- Development
-
Other
- Apache 2