ssshub / vue-component-library-template

Supporting project and code for Vue Component Library post series.

Home Page:https://xiegerts.com/series/vue-component-library/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-component-library-template

Supporting project and code for Vue Component Library post series.

In this series, we’ll focus on structuring a Vue component library as a plugin for use, and reuse. That also includes distribution and documentation. That’s what is so great about Vue - the ability to create your own building blocks for designing a user experience. This series of posts is not about writing components, that’s a subject for another day.

Project setup

yarn install

Compiles and hot-reloads documentation site for development

yarn docs:dev

Compiles and minifies for documentation site for production

yarn docs:build

About

Supporting project and code for Vue Component Library post series.

https://xiegerts.com/series/vue-component-library/

License:MIT License


Languages

Language:JavaScript 76.8%Language:Vue 23.2%