Skip to content

aocm/vue-assets

Repository files navigation

vue-assets

概要

Vue3でSPAの開発をするときに必要と思うものを用意した、スケルトンプロジェクトです。

vite / vue3 / vue-router / pinia / typescript / eslint / prettier / husky / cypress / vitest /

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Run Unit Tests with Vitest

npm run test:unit

Run End-to-End Tests with Cypress

npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

npm run lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published