It uses:
- Vue 2.5.16
- Vue-Router 3.0.1
- TypeScript 2.9.2
- Vuetify 1.1.8
- webpack 4.16.2
- Vuex 3.0.1
src/
Source FolderPages/
Router's Pages Components FolderComponents/
Packed components FolderMethods/
Methods FolderApi/
apis.ts
Api routesconfig.sample.ts
Api URL config's sample file,edit it & rename it toconfig.ts
index.ts
Api loader
routes.ts
Routes, edit it to manage routesindex.ts
Entrance file
dist/
Distributed Folderindex.html
Entrance of the websiteindex.js
Compiled File
Compile:
npm run build
Run a hot refresh server:
npm run serve