/tools

前端站点小工具

Primary LanguageVue

工具类

调试项目


npm config set registry https://registry.npm.taobao.org

npm config get registry

npm install

npm run server

版本不一致问题

npm uninstall vue-template-compiler

npm install vue-template-compiler@2.6.14

启动项目

cd release && ./main.exe // windows

cd release && ./main // linux