vue-runtime
v1.2.0
Published
Past and present you deserve it(过去和现在你值得拥有))
Downloads
15
Readme
vue-runtime
Past and present you deserve it(过去和现在你值得拥有))
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