README.md 142 B

安装教程

# 安装依赖
npm install

# 启动服务 localhost:9527
npm run dev

# 构建生产环境
npm run build