Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenRichter authored Apr 11, 2018
1 parent 82527ea commit 1a1a547
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
# todo-app

> 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 1a1a547

Please sign in to comment.