eterex-vue-ui
v0.1.0
Published
Eterex Vue UI is a javascript UI library based on Vuejs framework.
Maintainers
Readme
Eterex Vue UI
Install
Use the node package manager npm or yarn to install.
npm install Quick Start
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)
});Documentation
npm run docs:generate
'#or'
yarn docs:generatethen build package library with
npm run build
'#or'
yarn buildfor serve in localhost
npm run docs:serve
'#or'
yarn docs:servenow 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
for build mode
npm run docs:build
'#or'
yarn docs:buildnow check /docdist in root directory
Playground
if you want test code and see changes
npm run play
'#or'
yarn playnow check http://localhost:3000/
if port:3000 reserved so check new port on your terminal
Build
npm run build
'#or'
yarn build