Skip to content

Example project combining a Vue app and component library

Notifications You must be signed in to change notification settings

karlludwinski/vue-app-with-library

Repository files navigation

Vue App with Library

This is an example of a Vue app where components can be exported as a package to be included in other projects.

It is a new project created using npm init vue@latest and then tweaked to export the HelloWorld.vue component following the steps in the Vite Library Mode docs.

Project Setup

npm install

Compile app and Hot-Reload for Development

npm run dev

Compile app and Minify for Production

npm run build

Build library

npm run build-lib

About

Example project combining a Vue app and component library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published