amazevue
v0.1.10
Published
Vue2.0 components for Amaze UI
Readme
Amazevue
Vue2.0 components for Amaze UI
Getting Start
Install
$ npm install amazevueImport to project
As it's a pure Vue.js components, what dependencies required are only:
- Vue.js@^2.2.2
- Amazeui@^2.7.2 (Only css files are required)
import Vue from 'vue'
import 'amazeui/dist/css/amazeui.css'
import 'amazevue/dist/amazevue.css'
import Amazevue from 'amazevue'
Vue.use(Amazevue)Since we did some modifications on Amazeui stylesheets, you must import Amazevue css files AFTER the original css files.
Docs
This document is kind of humble😅, so any contributions are welcome
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build module
npm run build
# build module and publish to npm
npm run build --publish
# build document
npm run build-doc
# build document and publish to github pages
npm run build-doc --publish
