This Library consists of all the Vue3 Component built using TailwindCSS.
npm install ram-componentsThis Library consists of all the Vue3 Component built using TailwindCSS.
To install this component library from NPM, use
``sh`
npm install ram-components
To install this component library locally, use
`sh`
npm install
1. Fork the master branch of this repository.
2. Run npm install from the root of the repo to install dependencies.npm run dev
3. Run to start development in the same project.npm install
4. Run to start development locally on a different project.npm run link
5. If developing on a different project, Run to build the project on code change which also updates the node_modules folder in projects that have installed this project.
To create a new component in this component library,
1. Create a new .vue file under /src/components/./src/lib.ts
2. Modify to import the newly created .vue` file.
3. Add the import to the list of component in the install function.
4. Add the import to the list of components being exported.