# Frequency前端快速开发框架(基于Ant Design of Vue) **Repository Path**: fangxu1998/Frequency ## Basic Information - **Project Name**: Frequency前端快速开发框架(基于Ant Design of Vue) - **Description**: 基于Ant Design of Vue开发的一款前后分离式快速开发框架 - **Primary Language**: JavaScript - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-02-16 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Frequency前端快速开发框架 ## 安装项目配置 ``` cnpm install ``` ### 启动服务 ``` npm run serve ``` ### 若要完整的使用到全部功能,需在src/permisson.js中进行端口配置 ### src/api中有接口写法的案例,提供端口名称即可使用 ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).