1.0.0 • Published 3 years ago

my-vue-component-test v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

My-Vue-Component

A template to help you create vue3.x component

You can create yourself component quickly with it.

Try it now!

$ npx degit peterroe/my-vue-component
$ cd my-vue-component
$ pnpm i

Development

Just run and vite http://localhost:3000

$ pnpm dev

Build

To build the Component, run:

$ pnpm build

And you will see the generated fie in dist that ready to be served.

Publish your component

Make sure your are logged into npm, and run:

$ pnpm publish

For more details about publish, please check https://github.com/sindresorhus/np.