1.9.0 • Published 1 year ago

@aidol/questionnaire-ui v1.9.0

Weekly downloads
17
License
MIT
Repository
github
Last release
1 year ago

aidol-questionnaire-ui

A questionnaire survey ui library for Vue.js.

Features

答题组件

  1. ai-choice(选择题,支持单选,多选)
  2. ai-short-answer(简答题)
  3. ai-rate(评分)
  4. ai-rate-group(评分组)
  5. ai-custom-rate(可自定义的评分)

其他组件

  1. ai-block-tips(提示块)

TIPS: 需要添加组件,或者更新组件功能的话,请提交 PR

Installation

# yarn
$ yarn add @aidol/questionnaire-ui

# npm
$ npm i @aidol/questionnaire-ui

Usage

// src/plugins/aidol-questionnaire-ui.js

import Vue from 'vue'
import AidolQuestionnaireUI from '@aidol/questionnaire-ui'

import '@aidol/questionnaire-ui/dist/AidolQuestionnaireUI.css'

Vue.use(AidolQuestionnaireUI)
// src/main.js
import Vue from 'vue'

// ...

import '@/plugins/aidol-questionnaire-ui'

// ...

new Vue({
  // ...
})

Development

# Install dependencies
$ pnpm install

# Develop with the example
$ pnpm dev

# Build the lib
$ pnpm build

# Build the example
$ pnpm build:example

# Release new version
$ npm run release
1.9.0

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

0.12.5

2 years ago

0.12.4

3 years ago

0.12.0

3 years ago

0.12.1

3 years ago

0.12.3

3 years ago

0.10.0

3 years ago

0.11.0

3 years ago

0.9.0

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.3.0

5 years ago

0.4.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago