Skip to content

zanuka-labs/vue-vite-typescript-jest-template

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published