Skip to content

iigmir/todolist-with-vuecli

Repository files navigation

todolist

About this program

Todolist is a practice for Vue componment and vue-cli.

How to develop

  1. After you download this program, type npm install in console to install anything develop needed.
  2. Type npm run dev in console. Webpack will build develop envirement.
  3. If success, you should see Your application is running here: http://localhost:8080 in console. Then, type localhost:8080(or 127.0.0.1:8080). The application should shown.
  4. Develop the applicaion! If don't understand how to develop in Vue, refer Vue.js document.
  5. When development done, type npm run deploy. vue-gh-pages should build anything deploy needed.
  6. Commit to Git, then push it to remote. Default should be Github.com.

Command reference

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# build anything that can deploy to Github Pages
npm run deploy

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

See also

About

Todolist is a practice for Vue componment and vue-cli.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published