0.1.0 • Published 2 years ago

ron-npm-template v0.1.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

头部npm包-Vue版

安装

$ npm install ron-npm-template -S

使用

main.js 文件中引入插件并注册

# main.js
import ronNpmTemplate from 'ron-npm-template'
import 'ron-npm-template/lib/ron-npm-template.css'
Vue.use(ronNpmTemplate)

在项目中用使用 ronNpmTemplate

<template>
  <ron-npm-template />
</template>
0.1.0

2 years ago