Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 538 Bytes

File metadata and controls

34 lines (30 loc) · 538 Bytes

Starter with Vue 3 + Vite 2 + TypeScript + Jest + ESLint + Prettier

Start a new project really fast with great defaults. 🚀

Development

  1. Install dependencies
npm install
  1. Run the project in development mode
npm run dev

Run tests

Run unit tests once

npm run test:unit

Run unit tests in watch mode

npm run test:unit -- --watch

Build for production

Build production mode

npm run build