Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 380 Bytes

File metadata and controls

24 lines (17 loc) · 380 Bytes

NanAgi 启动指南

# 1. 安装依赖(第一次运行需要,之后不用)
npm install

# 2. 启动开发服务器
npm run dev

# 3. 打开浏览器
# http://localhost:3000

密码:1661186826


其他命令

npm run build    # 生产环境构建
npm run start    # 启动生产服务器(需先 build)
npm run lint     # 代码检查