# web01-project2 **Repository Path**: IM-DJG/web01-project2 ## Basic Information - **Project Name**: web01-project2 - **Description**: 基于vue学习的Demo - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2021-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # web01-project2 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` # IM-DJG ## 1.项目说明(以下配置可直接使用) 1. 全局配置了vue-router。 2. 全局配置了vueX。 3. 全局配置了BootStrapV4框架。 4. 全局配置了Element-ui框架。 5. 全局配置了jQuery插件。 6. 全局配置了animate.css动画库 ## 文件结构说明 ### 1. src文件说明 1. components--存放公共组件。 2. views--存放具体页面中的所有开发文件。 3. router--存放路由配置文件。 4. store--存放VueX配置文件 ### 2.vue.config.js 自定义配置的webpack文件 ### 补充说明 已对components、views、assets文件夹进行了别名设置,若需要引用这些文件夹下的文件可直接用文件夹/xxx.引用,不用回退。