1.3.2 • Published 4 months ago
ram-components v1.3.2
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-components
To install this component library locally, use
npm install <relative_path_to_this_project>
Development
- Fork the master branch of this repository.
- Run
npm install
from the root of the repo to install dependencies. - Run
npm run dev
to 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 link
to build the project on code change which also updates thenode_modules
folder in projects that have installed this project.
Creating a New Component
To create a new component in this component library,
- Create a new
.vue
file under/src/components/
. - Modify
/src/lib.ts
to import the newly created.vue
file. - Add the import to the list of component in the install function.
- Add the import to the list of components being exported.
1.3.2
4 months ago
1.3.1
4 months ago
1.3.0
4 months ago
1.2.4
10 months ago
1.2.3
10 months ago
1.2.2
10 months ago
1.2.0
11 months ago
1.2.1
11 months ago
1.1.0
1 year ago
1.0.30
1 year ago
1.0.26
1 year ago
1.0.29
1 year ago
1.0.28
1 year ago
1.0.27
1 year ago
1.0.19
1 year ago
1.0.18
1 year ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.9
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.22
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.25
1 year ago
1.0.24
1 year ago
1.0.23
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.2
2 years ago
1.0.5
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago
0.0.0
2 years ago