hxy-test
v0.1.3
Published
## Project setup ``` npm install ``` ## use main.js ``` import hxyText from "hxy-test" Vue.use(hxyText); ``` .vue ``` <test myid="test"></test >
Downloads
15
Readme
hxy-test
Project setup
npm installuse
main.js
import hxyText from "hxy-test"
Vue.use(hxyText);.vue
<test myid="test"></test >
Compiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint