Skip to content

MichaelCurrin/vue-router-ts-quickstart

Repository files navigation

Vue Router TS Quickstart

Starter template for a Vue 3 project using Vue Router and TypeScript

GitHub tag License

Made with Node.js Made with TypeScript Package - vue Package - vue-router

Preview

Sample screenshot

Use this project

Use this template

Start a new Vue project

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.

Project setup

$ yarn install

Compiles and hot-reloads for development

$ yarn serve

Compiles and minifies for production

$ yarn build

Run your unit tests

$ yarn test:unit

Lints and fixes files

$ yarn lint

Customize configuration

See Configuration Reference.

License

Released under MIT by @MichaelCurrin.

About

Starter template for a Vue 3 project using Vue Router and TypeScript

Topics

Resources

License

Stars

Watchers

Forks