Use the node package manager npm or yarn to install.
npm install
import Vue from 'vue';
import { EButton } from "@eterex/ui";
import App from './App.vue';
Vue.use(EButton)
new Vue({
el: '#app',
render: h => h(App)
});
npm run docs:generate
'#or'
yarn docs:generate
npm run build
'#or'
yarn build
npm run docs:serve
'#or'
yarn docs:serve
now check http://localhost:3000/
if port:3000 reserved so check new port on your terminal
if you want generate only markdowns run this command : npm run docs:generate
npm run docs:build
'#or'
yarn docs:build
now check /docdist in root directory
if you want test code and see changes
npm run play
'#or'
yarn play
now check http://localhost:3000/
if port:3000 reserved so check new port on your terminal
npm run build
'#or'
yarn build