# vue-simple **Repository Path**: alreadygo/vue-simple ## Basic Information - **Project Name**: vue-simple - **Description**: 后端部分见springboot-simple - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2017-01-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 描述: > 前端技术栈为vue全家桶(vuex+vue-router+vuelidate(简洁的校验库))+webpack+fetch+bootstrap(初次接触vue并没有找类似element之类的ui库)等,后端技术栈spring-boot+mybatis+spring-mvc等,完成了一个10个页面的简单订单系统, 前端模板来源于vue官方提供的webpack模板(热部署,生产打包,单元测试等),主要完成了注册,登录,细化到按钮级别的权限控制,excel上传解析, 表格查看展示等功能 # frontend > A Vue.js+webpack project [vue-simple](http://github.com/alreadygo/vue-simple) # backend > [springboot-simple](https://github.com/alreadygo/springboot-simple) project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:3333 npm run dev # build for production with minification npm run build ``` For detailed explanation on how things work, checkout the [guide](http://alreadygo.cn/zh/blog/?p=58),[template](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).