canaan-v3
v0.1.2
Published
## Project setup ``` npm install ```
Readme
v3-component-deivo
Project setup
npm installCompiles and hot-reloads for development
npm startCompiles and minifies for production
npm run buildLints and fixes files
npm run lintUse canaan-v3
import App from './App.vue'
import { createApp } from 'vue'
import CanaanV3 from 'canaan-v3'
create(App).use(CanaanV3)