ram-components
v3.5.0
Published
This Library consists of all the Vue3 Component built using TailwindCSS.
Readme
RAM Frontend Vue Component Library
This Library consists of all the Vue3 Component built using TailwindCSS.
Installation
To install this component library from NPM, use
npm install ram-componentsTo install this component library locally, use
npm install <relative_path_to_this_project>Development
- Fork the master branch of this repository.
- Run
npm installfrom the root of the repo to install dependencies. - Run
npm run devto start development in the same project. - Run
npm install <relative_path_to_this_project>to start development locally on a different project. - If developing on a different project, Run
npm run linkto build the project on code change which also updates thenode_modulesfolder in projects that have installed this project.
Creating a New Component
To create a new component in this component library,
- Create a new
.vuefile under/src/components/. - Modify
/src/lib.tsto import the newly created.vuefile. - Add the import to the list of component in the install function.
- Add the import to the list of components being exported.
