# seek-bok-frontend - [node版本14.18.* —— npm版本6.14.15](https://nodejs.org/zh-cn/download/releases/) ## Project setup ``` npm install --registry=https://registry.npm.taobao.org ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your unit tests ``` npm run test:unit ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 可能出现的报错 #### node-sass错误 ``` npm install node-sass@4.x --registry=https://registry.npm.taobao.org ``` ### 测试是否可以修改