Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 832 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 832 Bytes

vue-babbageui-demo

VueJS Demo of OSNext BabbageUI Components; including higher level components (like you see in OSNext)

Dependencies

Runtime Deps:

None

Development Deps (for BabbageUI Components):

    "bubbletree": "git+https://github.com/okfn/bubbletree.git",
    "c3": "git+https://github.com/masayuki0812/c3.git",
    "d3": "^3.5.16",
    "isomorphic-fetch": "^2.2.1",
    "raphael": "^2.1.4",
    "tween.js": "^16.3.4"

Build Setup

# install dependencies
npm install

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

# build for production with minification
npm run build

# Start server for App (assuming above built and http-server available)
http-server ./

For detailed explanation on how things work, consult the docs for vue-loader.