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.
 
 
 
 
p74081953 0d311541c6
Update router.js
3 years ago
public 前端vue 3 years ago
src Update router.js 3 years ago
.browserslistrc 前端vue 3 years ago
.gitignore 前端vue 3 years ago
README.md Update README.md 3 years ago
babel.config.js 前端vue 3 years ago
newvue.iml 前端vue 3 years ago
package-lock.json 前端vue 3 years ago
package.json 前端vue 3 years ago
vue.config.js 前端vue 3 years ago

README.md

newvue

##需要事先安装node.jsnpm建议使用IntelliJ idea ###运行cmd控制台安装yarn并配置淘宝源

npm install -g yarn --registry=https://registry.npm.taobao.org

 yarn config set registry https://registry.npm.taobao.org -g

进入项目根目录(src和public的上一级目录)进行安装

yarn install

运行工程

yarn run serve

运行成功如下:

App running at:
 -local: http://localhost:xxxx/
 -Network: http://xxx.xxx.xxx.xxx/

###复制local那行的网址用浏览器打开