ram-components v1.3.5
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.
11 months ago
11 months ago
12 months ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago