# home ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). 未知的node版本,若要稳定运行此项目,请确保node版本为v10.24.1,且运行忽略node版本检查 ```powershell yarn config set ignore-engines true ``` Unknow node.js Engines,if you want to run project,please make sure your node.js Version 10.24.1,then go ignore check node,js Engines. ```powershell yarn config set ignore-engines true ```