Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 586 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 586 Bytes

VueDO

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

Build Setup

npm install

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

# build for production with minification
npm run build

For detailed explanation on how things work, checkout the guide and docs for vue-loader.