1.下载安装note.js用于VUE开发环境
2.VUE项目开发环境安装依赖,命令行进入项目代码目录下执行如下命令npm install
3.开发环境运行npm run dev
4.打包项目npm run build