DreamyProtect / vue-components-bank

A project in VueJS and Tailwind to store sample components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to vue-components-bank 👋

Version License: MIT Twitter: 404MomNotFound semantic-release Gitmoji Build Status

A little project written in vuejs and tailwindcss to store sample components

Why this project ?

The concept of this project was inspired to me by my friend Louis Perdereau because I am bad at frontend development so, this is more of a learning project. This is also for me the opportunity to learn more about the Github environment as I am more used to Gitlab.

Install

You can install the project's dependencies by running the following command.

npm install

You can also build a Docker image from the project's repository after cloning it.

docker build -t <your-image-tag> .

Run tests

The project is setup to use Jest as unit testing framework and Cypress for e2e testing.

npm run test:unit
npm run test:e2e

Author

👤 Matthieu Chevreux

🤝 Contributing

As this is more going to be a learning project than a real community project, I am not going to be super reactive on feature requests but any feedback/advice are welcomed !

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

A project in VueJS and Tailwind to store sample components

License:MIT License


Languages

Language:JavaScript 47.4%Language:Vue 41.1%Language:HTML 7.2%Language:Dockerfile 3.6%Language:CSS 0.7%