amazevue

0.1.10 • Public • Published

Amazevue

Vue2.0 components for Amaze UI

npm npm

Getting Start

Install

$ npm install amazevue

Import 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

document

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
 

Package Sidebar

Install

npm i amazevue

Weekly Downloads

2

Version

0.1.10

License

MIT

Last publish

Collaborators

  • tidyzq