2.0.20 • Published 2 years ago

@roker125/vuelibrary v2.0.20

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

#Adding a new component To add a new component create your component in the components folder. MAKE SURE your component has a name property. This name will be used as tag name if the package is importet into anoter project.

###Adding component to the component list: In the components.js file you have to import your created componenent and add it to the exported object at the bottom.

##Publish the new component Make sure you are logged in to npm. To log in you can use npm login; enter your credentials and you are logged in. Run following command to build and publish your package: npm run build_publish

#Update an existing component Just make your changes in the component and execute the command: npm run build_publish

#Using the package which was created an uploaded to npm

##Install package: install the package from npm using npm install mypackagename

##Adding the package to your vue app Import the installed packaege to your App.vue file and add it before you mount the app with: app.use(plugin)

###Using the component You can now use the component from the package globally in your vue application. You just have to use the name you specified in the name property of the component object.

2.0.20

2 years ago

2.0.18

2 years ago

2.0.17

2 years ago

2.0.16

2 years ago

2.0.15

2 years ago

2.0.14

2 years ago

2.0.13

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago