Starter template for a Vue 3 project using Vue Router and TypeScript
This project was generated using the GUI invoked by this command:
$ npx @vue/cli ui
Options chosen were Yarn, Vue 3, TypeScript and Vue Router, as they make sense for my projects.
Plus Jest, ESLint and Prettier.
But without Babel, as that it only useful for less than 5% of browsers and it adds dependencies.
$ yarn install
$ yarn serve
$ yarn build
$ yarn test:unit
$ yarn lint
Released under MIT by @MichaelCurrin.