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 13, 2018
1 parent 084abbd commit 73f04dd
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# VueDO

> A Vue.js project with basic routing and state management. Uses Parcel-Bundler and Semantic-UI.
> A Vue.js demo project with basic routing and state management. Uses Parcel-Bundler and Semantic-UI.
Corresponding presentation is available under https://speakerdeck.com/moveelevator/nice-to-met-vue

![VueDO Screenshot](/screenshot.png?raw=true)


## Build Setup

Expand All @@ -13,14 +18,5 @@ npm run start
# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
```

For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

0 comments on commit 73f04dd

Please sign in to comment.