1.0.0 • Published 3 years ago
my-vue-component-test v1.0.0
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.
1.0.0
3 years ago