0.1.4 • Published 8 months ago

microfront_vue_content v0.1.4

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Micro Component Template Vue + Vite

A ready-made template for making vue3 components for the ease of publishing packages in npm and...

Setup

  1. Build your component in the lib folder
  2. Customize your component name (in the package.json files and in the lib folder of the main.ts file)
  3. To test and display the component you made, you can use it in the App.vue file and at the end, click yarn dev or npm run dev and start the project.

Publish npm

  1. use npm run build or yarn build
  2. use npm adduser
  3. use npm publish

After going through the above steps, your component is published in npm and you can install it in any project you want with the following command npm instll componante-name

0.1.0

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.4

8 months ago

0.1.3

8 months ago

0.0.12

8 months ago

0.0.11

8 months ago

0.0.10

8 months ago

0.0.9

8 months ago

0.0.8

8 months ago

0.0.7

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago