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.
|
|
4 years ago | |
|---|---|---|
| public | 4 years ago | |
| src | 4 years ago | |
| .browserslistrc | 4 years ago | |
| .gitignore | 4 years ago | |
| README.md | 4 years ago | |
| babel.config.js | 4 years ago | |
| newvue.iml | 4 years ago | |
| package-lock.json | 4 years ago | |
| package.json | 4 years ago | |
| vue.config.js | 4 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那行的网址用浏览器打开