# vue-start **Repository Path**: mujianke/vue-start ## Basic Information - **Project Name**: vue-start - **Description**: vue入门学习项目, 根据vue2-happyfri(https://github.com/bailicangdu/vue2-happyfri.git) 进行分阶段学习, 采用渐进学习模式, 欢迎加入学习 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-09-19 - **Last Updated**: 2023-07-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # my-project > vue入门学习项目, 根据vue2-happyfri(https://github.com/bailicangdu/vue2-happyfri.git) 进行学习 一、课程目标 使用vue、vuex、vue-router实现happyFri快乐星期五问卷项目, 掌握vue的基本用法,单文件组件以及vue的状态管理,同时了解webpack在实际项目的使用。 二、课程安排 1、vue.js webpack项目模板生成、配置vscode、eslint校验 2、项目文件夹规划、网站页面规划,准备静态html文件 3、使用vue-router完成静态页面路由 4、不使用vuex完成项目页面逻辑(创建no-vuex分支) 5、使用vuex改造项目(vuex分支) 6、增加登录页面(验证码)、答题历史界面 ## Build Setup ``` bash # install dependencies npm install(推荐使用 npm install --registry=https://registry.npm.taobao.org ) # 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 # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` 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).