my-vue-component-test

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i my-vue-component-test

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

94.5 kB

Total Files

12

Last publish

Collaborators

  • peterroe