Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BenRichter/vue-todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Richter committed Apr 11, 2018
2 parents aa532c2 + 9eb5f7d commit 1acb088
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# todo-app
# VueDO

> A Vue.js project
> A Vue.js project with basic routing and state management. Uses Parcel-Bundler and Semantic-UI.
## Build Setup

``` bash
# install dependencies
npm install

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

# build for production with minification
npm run build

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

# run unit tests
npm run unit

Expand Down

0 comments on commit 1acb088

Please sign in to comment.