/vue-babbageui-demo

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

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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.