@agelesscoding/agc-components-vue3
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

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

/@agelesscoding/agc-components-vue3/

    Package Sidebar

    Install

    npm i @agelesscoding/agc-components-vue3

    Weekly Downloads

    0

    Version

    0.0.11

    License

    MIT

    Unpacked Size

    30.2 kB

    Total Files

    13

    Last publish

    Collaborators

    • smpower