Hack the 6ix
Statuses
Environment |
Status |
Production |
|
Development |
|
File structure
/assets
- Contains all the static assets for page.
/components
- Contains all reuseable components such as navigation, footer, buttons.
/layouts
- Contains all the layouts for setting the various reusable components that wrap pages.
/pages
- Contains the various pages of the application.
- index.js acts as the routes object for vue-router
/styles
- Global styles, variables, and mixins for the entire application.
Commands
Project setup
npm ci
Compiles and hot-reloads for development
npm start
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Customize configuration
See Configuration Reference.