legion-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Legion UI Vue

For Local R&D

Creat file main.ts and copy this code

import { createApp } from 'vue'
import App from './app.vue'
import './style.scss'

createApp(App).mount('#app')

create file app.vue and import in main.ts and then you do anything in app component. And then yarn dev or npm run dev

Running Local Project

// for run R&D
yarn dev
// or
npm run dev

// for run unit test
yarn test
// or
npm run test


// for run storybook
yarn storybook
// or
npm run storybook

Vitest Cheetsheet

// console.log(button.classes()) for see properti class

Readme

Keywords

none

Package Sidebar

Install

npm i legion-vue

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

2.92 MB

Total Files

198

Last publish

Collaborators

  • andisultan