安装依赖

npm install

如果安装了淘宝镜像可以使用

cnpm install

运行项目

npm run dev

访问项目

http://localhost:8083/

打包项目

npm run build