Skip to content

Creator-SN/Vue2JsTemplate

Repository files navigation

项目名 Project Name

[logo]

作者 Author

环境 Environment

  • nodejs 14+(with yarn)
  • vue 2

命令 Commands

  • 安装依赖 Install Dependencies
yarn
  • 运行Development服务器
yarn serve
  • 构建生产环境项目
yarn build