A practice generated by Vue-Cli3 and using Typescript. It's still being developed. Feel free to comment or point out anything inappropriate.
Below is what I use to architect this project:
- Vue 2.x
- Typescript 3.5x
- Vuex
- Vuetify 2.x
- ESLint
- jest(unit)
- Nightwatch(e2e)
typescript-vue-practice/
├─ public/
└─ src/
└─ assets/
└─ components/
└─ data/
└─ enums/
└─ pages/
└─ plugins/
└─ types/
└─ tests/
└─ e2e
└─ unit
yarn install
yarn serve