fds-vue-core
v2.1.11
Published
FDS Vue Core Component Library
Readme
FDS Vue Core
Installation
yarn add fds-vue-corePeer Dependencies
Make sure you have the required peer dependencies installed:
npm install vue@^3.5.0Consume
import FdsVueCore from 'fds-vue-core'.use(FdsVueCore)How to use
<FdsTreeView />Publish to npm
After you are done editing the fds-vue-core project you want to publish your changes in order to be able to access the changes in the projects that are using fds-vue-core.
- Bump the version in
package.json(Use the Semver set of rules for versioning). - Push your changes to github.
- Publish the new version to npm:
npm publish --access-public. (You might need to login:npm login) - Authenticate your account
