Sleep

Vue cli layout to develop components with livecoding, examinations, records &amp additional

.vue-standalone-component.A design template for the Vue cli is actually available to aid you create parts with livecoding, exams, documentation as well as trials. Develop your standalone components using this very small design template.Using this template you are going to have the ability to:.Present the directory site of your componet: src parts components.vue.Note the part docs.Feature props, approaches &amp activities.Show the component's isolated use directions.Filter parts through title.and also even more ...Consumption.This design template is Vue 2.x only.This is a project template for vue-cli.$ npm put in -g vue-cli.$ vue init InCuca/vue-standalone-component my-component.$ cd my-component.$ npm put in.While managing the above orders you are going to receive some triggers and some instructions in steps regarding exactly how to create elements.After you are actually performed operate:.$ npm run serve.You can currently see type quick guide in the web browser. visiting:.Local: http://localhost:6062/.The created result in./ dist can be used with nodule and the web browser.PS: to create to UMD operate npm function develop: umd.What is actually Featured.Linting.$ npm functioned lint.Testing &amp Test Insurance Coverage.$ npm worked test.$ npm run examination: watch.$ npm worked exam: cov.Structure.ES6 Modules/ CommonJS.$ npm run construct.import myCmp coming from 'dist/my-cmp'.Vue.component(' my-cmp', myCmp).UMD.$ npm run construct: umd.
If you are curious for additional about this template or you have any kind of ideas or pests, go here.