vue-lib-sample
v1.0.27
Published
A sample project for a Vue.js library which can be used as a dependency in other Vue.js projects and keeps components, helpers and etc.
Downloads
3
Readme
vue-lib-sample
A sample project for a Vue.js library which can be used as a dependency in other Vue.js projects and keeps components, helpers and etc.
Purpose
You can find out about the purpose of this repo here: https://github.com/aliafsah1988/vue-lib-sample/tree/master/doc
How to run
Just in the root of the project:
npm i
And then:
npm run serve