# antdv-admin **Repository Path**: howezhong/antdv-admin ## Basic Information - **Project Name**: antdv-admin - **Description**: 基于 ant-design-vue 开发的纯净版 cms 管理系统 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-09-21 - **Last Updated**: 2022-06-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # antdv-admin ## Env and dependencies - node - npm - webpack - eslint - @vue/cli ~4 - ant-design-vue - Ant Design Of Vue - axios - js-cookie - mockjs ## Clone repo ``` git clone https://github.com/howezhong/antdv-admin.git cd antdv-admin ``` ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Automatically generate Vue components ``` npm run new ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).