Vue3 template

Boilerplate Vue 3 + Vite + TypeScript + Pinia + Jest

🛠️ 구성

👍 IDE Setup 추천

⚙️ 설치

1️⃣ Dependencies 서치

NPM

npm install

YARN

yarn install

2️⃣ 실행

NPM

npm run dev

YARN

yarn dev

3️⃣ 빌드

NPM

npm run build

YARN

yarn build

4️⃣ Lint

NPM

npm run lint

YARN

yarn lint

5️⃣ Stylelint

NPM

npm run lint:style

YARN

yarn lint:style

6️⃣ Jest

NPM

npm run test:unit
npm run test:unit-with-coverage

YARN

yarn test:unit
yarn test:unit-with-coverage