canaan-v3
v0.1.2
Published
## Project setup ``` npm install ```
Downloads
4
Readme
v3-component-deivo
Project setup
npm install
Compiles and hot-reloads for development
npm start
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
Use canaan-v3
import App from './App.vue'
import { createApp } from 'vue'
import CanaanV3 from 'canaan-v3'
create(App).use(CanaanV3)