标签:bsp hello 技术分享 bubuko 自动 运行 pre cnp ima
1、创建项目
cmd到自己指定目录下,执行
vue init webpack-simple hello-vue
2、安装项目依赖
cd hello-vue
cnpm install
3、运行该项目,测试是否能够正常运行
cnpm run dev
接着,浏览器自动执行了http://localhost:8080/,
标签:bsp hello 技术分享 bubuko 自动 运行 pre cnp ima
原文地址:https://www.cnblogs.com/yaoyuan2/p/10345383.html