标签:项目 image web 进入 ima webp vue build info
创建项目
1.安装全局vue-cli
npm install vue-cli -g
2.生成项目模板(my_projuct为项目名称)
vue init webpack my_projuct
3.进入生成的项目文件夹
cd my_project
4.运行
npm run dev
5.打包
npm run build
标签:项目 image web 进入 ima webp vue build info
原文地址:https://www.cnblogs.com/jiqing9006/p/9936646.html