# amis-admin2 **Repository Path**: tachyu/amis-admin2 ## Basic Information - **Project Name**: amis-admin2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2022-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README AMis Boilerplate ========================== 基于 [AMis](https://github.com/baidu/amis) 渲染器,快速搭建自己的管理系统。 ## 快速开始 ```bash # 安装依赖 npm i # 编译项目并且监听文件变化, 程序不会自动关闭,要关闭请 ctrl + c npm run dev # 打开服务 npm start ``` ## 注意 master 采用 fis3 进行编译,如果想用 webpack,请切到 webpack 分支。