Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (21 loc) · 268 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 268 Bytes

vue-workshop

Project setup

npm install

Compile and hot-reload for development

npm start

Compile and minify for production

npm run build

Lint and fix files

npm run test:lint

Run unit tests

npm run test:unit