Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 374 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 374 Bytes

如何开发

前端使用了 https://arco.design/vue/docs/start

安装Vue CLI

npm install -g @vue/cli

安装依赖

npm install

开发模式,然后浏览器加载dist目录

npm run serve

构建

npm run build

Lints and fixes files

npm run lint