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
|
3 years ago | |
---|---|---|
public | 3 years ago | |
src | 3 years ago | |
.browserslistrc | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
babel.config.js | 3 years ago | |
newvue.iml | 3 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
vue.config.js | 3 years ago |
README.md
newvue
##需要事先安装node.js,npm,建议使用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那行的网址用浏览器打开