Skip to content

Timmy0618/auto_SGO

Repository files navigation

auto-sgo

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About CRLF

To avoid error Delete ␍ prettier/prettier forever,
you should set "endOfLine": "auto" or "lf" in prettier.config.js
and execute command below at the project root to stop Git changes breaklines automatically:

git config --global core.autocrlf false

Customize configuration

See Configuration Reference.