0.0.11 • Published 9 months ago

@agelesscoding/agc-components-vue3 v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

AGC Project Component Library

Vue3 Writing and Packaging AGC Project Component Library.

Quick Start

Install the business component library to the project:

$ npm install @agelesscoding/agc-components-vue3

or

$ yarn add @agelesscoding/agc-components-vue3

Use in the project:

// src/main.ts
import agcComponentsVue3 from '@agelesscoding/agc-components-vue3'
import { createApp } from 'vue'
import App from './App.vue'
import '@agelesscoding/agc-components-vue3/dist/bundle.css'

const app = createApp(App)
app.use(agcComponentsVue3)
app.mount('#app')

Features

  • Vue3
  • TypeScript
  • Unit test
  • Validate before submitting release
  • Travis implements automatic release
0.0.11

9 months ago

0.0.10

9 months ago

0.0.7

9 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.1

10 months ago