# vuedemo **Repository Path**: xiaole_sky/vuedemo ## Basic Information - **Project Name**: vuedemo - **Description**: 10分钟带你撸Vue前端 - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2024-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vuedemo ## 项目说明 > 项目是自己实践Vue.js的第一个上手项目,现已采用Apache2.0许可协议开源,欢迎同学们共同探讨学习。 > 在开始本项目之前,请确保您本地安装了NodeJS(我的版本:npm -> 6.4.1, node -> v10.15.3) ```bash # 1.本项目采用Vue2.0 # 2.结合ElementUI组件库 # 3.采用分区域布局模式 # 4.实现了基本路由 # 5.封装axios实现了接口request请求 # 6.对ElementUI的一些常规组件的使用场景做了尝试:图像、表格、分页、跑马灯、按钮、图标、弹框消息等 ``` ## Build Setup ``` bash # 也可以通过cnpm(国内镜像)执行 # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).