智慧运维前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

294 B

如何启动

$ git clone https://xxxx.git
$ cd xxx
# 安装
$ npm install
# 启动
$ npm run serve     

升级或替换 node-sass 推荐将 node-sass 替换为更现代的 dart-sass,因为 node-sass 已停止维护:

npm uninstall node-sass npm install sass

npm install --force