Build Todo List App in Vue JS

Sample todo app built with the Vue framework. For the accompanying documentation, see Understanding client-side JavaScript frameworks: Vue tutorials.

For the live version, see https://mdn.github.io/todo-vue/.

Getting Started

To get up and running, follow these steps:

npm install

Compile and hot-reload for development

npm run serve

Compile and minify for production

npm run build

Lint and fix files

npm run lint

Customize configuration

See Configuration Reference.

Contributing

Our project welcomes contributions from any member of our community. To get started contributing, please see our Contributor Guide.

By participating in and contributing to our projects and discussions, you acknowledge that you have read and agree to our Code of Conduct.

License

This project is licensed under the LICENSE.

Download Details:

Author: mdn

Source Code: https://github.com/mdn/todo-vue 

#vue #vuejs #javascript

Build Todo List App in Vue JS
2.20 GEEK