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.tsApi routesconfig.sample.tsApi URL config's sample file,edit it & rename it toconfig.tsindex.tsApi loader
routes.tsRoutes, edit it to manage routesindex.tsEntrance file
dist/Distributed Folderindex.htmlEntrance of the websiteindex.jsCompiled File
Compile:
npm run buildRun a hot refresh server:
npm run serve