todo-vue
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 dev
Compile and minify for production
npm run build
Lint files
npm run lint
Format using Prettier
npm run format
Customize configuration
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.