@agelesscoding/agc-components-vue3
v0.0.11
Published
Vue3 Writing and Packaging AGC Project Component Library
Readme
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-vue3or
$ yarn add @agelesscoding/agc-components-vue3Use 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
