# main-framework **Repository Path**: JeneryYang/main-framework ## Basic Information - **Project Name**: main-framework - **Description**: 使用vue-cli3.0搭建的框架,使用iview3.x组件,适用于大部分项目使用。 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-02-26 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # main-framework ### 说明:项目包含以下封装 - 中英文切换 - 表单验证(允许自定义验证) - axios交互请求 - 全局公共方法和样式(sass)https://www.sass.hk/docs/ - vue.config.js配置 详情见:https://cli.vuejs.org/zh/config - ui组件使用iview3.x ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn run serve ``` ### Compiles and minifies for production ``` yarn run build ``` ### Run your tests ``` yarn run test ``` ### Lints and fixes files ``` yarn run lint ``` ### Customize configuration 欢迎star See [Configuration Reference](https://cli.vuejs.org/config/).