Preview address (responsive design, PC, mobile) First release address (source code and tutorial)
vue-todos is an upgraded version of the todomvc vue module. It has a simple interface, rich functions, and comprehensive knowledge. It can help you quickly get started with vuejs. If you like it, please like it, follow it, star it, and fork it. These are the motivations for me to persist!!
vuejs is a good open source project that greatly releases our productivity. Using Vue for 2 years not only gave me a promotion and salary increase, but also made great progress in my front-end technology. I have been hanging out in major Vue groups and major forums for a long time, and have answered many vuejs novice questions. I found that many problems with vueApi documentation are caused by insufficient understanding of the API. The worst thing is that many people don't like to consult the documentation, and because they have few opportunities to practice, they are at a loss when encountering problems.
This course will take you to practice Vue from scratch. I hope that through this course, beginners can quickly get started with Vuejs and quickly learn to use Vue's commonly used APIs. Let Vue.js beginners learn Vuejs step by step and effectively. .
# 更新依赖包
npm install
# 本地运行 at localhost:8080
npm run dev
# 打包
npm run build
*pc version