6-2 vue-cli项目架构和webpack配置项
7-8 config index.js proxyTable
10-1 联调
10-2 真机测试
-> ipconfig 获取内网ip地址
webpack dev-server默认不支持用ip访问 如果想要支持,需给dev-server添加 --host 0.0.0.0
-> 同一区域网内,通过手机访问
10-3 打包
如果上线的项目不在根目录下,而是在'/project'下,打包前需要webpack配置如下更改 assetsPublicPath:'/project'
- 空白目录
- vue-cli
- runtime-only
- Vue对比React
- 组件与实例
- data-binding
- computed的set和get
- scoped
- 事件
- 自定义指令
- 插件
- keep-alive
- $nextTick与生命周期
- 路由
- Vue.use(Router)
- this.$router编程式导航
- this.$route
- new Router
- routes
- mode
- linkClass
- scrollBehavior
- query
- fallback
- base
- router-view
- router-link
- 路由守卫
- 左右切换
- 滚动
- FAQ
- vuex
- 适用
- new Vuex.Store
- state
- mutations
- getters
- actions
- strict
- plugins
- modules
- namespace
- this.$store
- commit
- dispatch
- mapXX
- eventBus
- Vue工程相关
- 引用路径的简化
- css-module
- vue-loader
- 异步加载
- 支持jsx
- 让webpack支持对vuex的热替换
- .eslintrc