The distance began to learn Vue has been one months, always want to learn things soft together, do something out, so with this todolist small application.
The main function is to record the day to do things, but also realized:
- Mark Completion Events
- Delete Completed events
- Various sort
- Show only items that are not completed
- Save locally
Look here
Take a week, 14 times commits, the idea of the mind basically realized. For more information, see: Here
The whole process came down, the harvest was still a lot,
1. There is a further understanding of MVVM,
2. Have a better understanding of CSS layout.
3. Further understanding of Vue's event and component mechanisms. These mechanisms decouple the application and isolate each part.
4. In the process of optimizing the code in one step, the model is Todos optimized, and the optimization of the template has accumulated experience.
5. Learn to use git;
Once you start a small project, your learning style becomes problem-driven learning, and before you feel OK or neglected, you will be exposed at 1.1 points in the process. Solving a problem or optimizing a structure will reap a satisfaction and also solidify your knowledge.
Here the main use of the Vue Guide in the basics of knowledge, involving the transition in the advanced article, suitable for beginners to consolidate the basic knowledge, welcome to fork and shoot bricks;
Vue.js Basic Combat--a small application of todolist