Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 303 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 303 Bytes

suntech-course

Project setup

npm install

Remove check eslint

npm remove @vue/cli-plugin-eslint

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint