# vuecli3.0-element **Repository Path**: h-java/vuecli3.0-element ## Basic Information - **Project Name**: vuecli3.0-element - **Description**: vue-cli3.0脚手架和element-ui继承的前端项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-16 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuecli3.0-element ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 项目结构说明 node_modules 依赖文件 public 公共文件 favicon.ico 项目ico图标 index.html 项目打包时会以该文件为母板 src 资源文件夹 assets 资源文件夹,存放图片之类的资源 components 组件文件夹,自己写的组件都放在这个文件夹下 views 我们所写的页面都放在这里 App.vue 应用组件,所有自己写的组件都是在这个组件之上运行 main.js webpack入口文件 router.js 路由文件夹,决定了页面的跳转规则 store.js vuex状态管理文件 package.json 项目描述文件 vue.config.js【如果没有,请手动创建】