1.2.0 • Published 7 years ago

vue-runtime v1.2.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

vue-runtime

Past and present you deserve it(过去和现在你值得拥有))

DEMO

Usage

import Runtime from 'vue-runtime/src/components/runtime.vue'
Vue.component('runtime', Runtime)

OR

import Runtime from 'vue-runtime/src/index.js'
Vue.use(Runtime)

<runtime start="2012-10-25 00:00:00"></runtime>

Build Setup

# install dependencies
npm install

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

# build for demo with minification
npm run demo:build

# build for gh-pages with minification
npm run demo:prepublish

# build for production with minification
npm run build
1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago