Skip to content

longshao512/my_vuex_demo

 
 

Repository files navigation

my_vuex_demo

vuex:计数器案例 用案例来快速学习vuex.
vuex:Todos待办事项app 用案例来快速学习vuex.
以上案例均已完成.

开始 | Vuex
https://vuex.vuejs.org/zh/guide/

State | Vuex
https://vuex.vuejs.org/zh/guide/state.html

ahviplc/my_vuex_demo
https://github.com/ahviplc/my_vuex_demo
https://github.com/ahviplc/my_vuex_demo.git

Ant Design of Vue - Ant Design Vue
https://www.antdv.com/docs/vue/introduce-cn/

全局提示 Message - Ant Design Vue
https://www.antdv.com/components/message-cn/

vueComponent/ant-design-vue: 🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://github.com/vueComponent/ant-design-vue

axios中文网|axios API 中文文档 | axios
http://www.axios-js.com/

axios/axios: Promise based HTTP client for the browser and node.js
https://github.com/axios/axios
Vuex从入门到实战_哔哩哔哩 (゜-゜)つロ 干杯~-bilibili
https://www.bilibili.com/video/BV1h7411N7bg

Vuex入门(2)—— state,mapState,...mapState对象展开符详解_我不是水哥-CSDN博客_mapstate
https://blog.csdn.net/dkr380205984/article/details/82185740

IDEA关闭ESLINT校验以及VUE页面提示_小屁孩大帅-杨一凡的博客-CSDN博客
https://blog.csdn.net/weixin_41722928/article/details/113847350

注意点

配置【lintOnSave: true, // 为false的话就是关闭ESLINT校验】-也可开启-在idea中配置保存的时候自动执行 eslint --fix 一下 这样IDEA不关闭ESLINT校验以及VUE页面提示也可,也能直接写代码 保存自动ESlint格式化 运行.

其他vue项目 要是想配置此自动化ESlint,可以参考此项目配置ESlint.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

my_vuex_demo-the demo of vuex.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 69.2%
  • JavaScript 28.7%
  • HTML 2.1%