Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

alex-h-strachan/vue-component-library

Repository files navigation

Totes not ready for prime-time yet.

This is a build system for building webcomponents that you can require in any application using Vue.js.

In your app's build system, just add

const path = require('path');
const build = require('vue-component-library');

build(path.resolve('./components'))
  .to(path.resolve('./dist'))
  .with({
    prefix: '',
    production: true,
  })
  .then(() => console.log('all done'));

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published