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
2
Readme
hxy-test
Project setup
npm install
use
main.js
import hxyText from "hxy-test"
Vue.use(hxyText);
.vue
<test myid="test"></test >
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint