# Vue开发框架 **Repository Path**: windblows/vue_development ## Basic Information - **Project Name**: Vue开发框架 - **Description**: 目前互联网上的关于vue的脚手架,比如vue-cli,iview都是最基本的框架,只有一个欢迎界面,不能立即进入开发。还需要有css模板搭建好后台界面,菜单、导航、面包屑的json化配置,数据层vuex的安装等。因公司业务需要,搭建了这个工程,此工程基于iview的脚手架进行了以上完善。下载后,npm install安装依赖库,运行npm run dev可以直接进入开发。打包用npm run build。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2018-10-18 - **Last Updated**: 2022-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iView-project This project is build for Vue.js 2 + vue-router + webpack2 + iView 3, just install and run. ## Install ```bush // install dependencies npm install ``` ## Run ### Development ```bush // For the first time, run init to create index.html npm run init npm run dev ``` ### Production(Build) ```bush npm run build ```