Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 202 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 202 Bytes

运行

  • 确保已经安装 node.js 10+
  • 首次下载项目后,安装项目依赖:
yarn

npm install
  • 本地开发
npm run dev
  • 构建
npm run build