Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 196 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 196 Bytes

vue

前端技术栈

  • 创建
create vue@latest
  • 安装
npm install
  • 运行(开发模式)
npm run dev
  • 打包(生产环境)
npm run build