8000 GitHub - ozgurkaragoz/vue-todo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ozgurkaragoz/vue-todo

Repository files navigation

Vue Todo App

To run the app, you need to have Node.js installed. If you want to use docker, you need to have Docker installed.

Vue.Todo.mp4

Run with docker

docker build -t vue-todo .
docker run -it -p 8080:80 --rm --name vue-app-container vue-todo

Then visit http://localhost:8080 in your browser.

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

Run tests

npm run test

Run tests with coverage

npm run test:coverage

Customize configuration

See Configuration Reference.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0