0.1.5 • Published 3 years ago

@rangerscui/autoform-ui v0.1.5

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

autoform-ui

使用

npm install --save @rangerscui/autoform-ui

然后在index文件 (如src/main.js) 中引入该组件库:

import '@rangerscui/autoform-ui'

组件中使用

<template>
  <v-app id="app">
    <top-bar :sourceCodeLink="sourceCodeLink"></top-bar>
    <router-view/>
  </v-app>
</template>

版本控制

修改 package.json version

Lints and fixes files

npm run lint

运行

npm run build-bundle

发布

npm publish --access public

Customize configuration

See Configuration Reference.

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago