Donghu subscription number project with vue.js. Documentation can be found at https://vuejs-templates.github.io/webpack/
.
├── build/ # webpack config files
│ └── ...
├── config/
│ ├── index.js # main project config
│ └── ...
├── src/
│ ├── main.js # app entry file
│ ├── App.vue # main app component
│ ├── components/ # ui components
│ │ └── ...
│ ├── assets/ # module assets (processed by webpack)
│ │ └── ...
│ └── views # views
│ ├── login
│ │ └── login.vue
│ └── forget
│ └── login.vue
├── static/ # pure static assets (directly copied)
├── .babelrc # babel config
├── .postcssrc.js # postcss config
├── .eslintrc.js # eslint config
├── .editorconfig # editor config
├── index.html # index.html template
└── package.json # build scripts and dependencies