Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braggiouy/ecommerce-template-vue
🔰 Website using VueJS, TailwindCSS and PostCSS 🔰
https://github.com/braggiouy/ecommerce-template-vue
postcss tailwindcss vue
Last synced: about 9 hours ago
JSON representation
🔰 Website using VueJS, TailwindCSS and PostCSS 🔰
- Host: GitHub
- URL: https://github.com/braggiouy/ecommerce-template-vue
- Owner: Braggiouy
- Created: 2021-09-29T21:03:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-03T13:15:03.000Z (over 2 years ago)
- Last Synced: 2023-03-04T14:53:43.416Z (almost 2 years ago)
- Topics: postcss, tailwindcss, vue
- Language: Vue
- Homepage:
- Size: 2.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🔰 Website using TailwindCSS and PostCSS 🔰
### 📝Description
Simple e-commerce website, created for codebay using technologies such as Tailwind and VueJS. As well as HTML, CSS and Javascript.
Just a simple e-commerce replica, using several tailwind and vue components. Each area from the website, is inteded to have its own component. Such is the reason, that it may escalate easily, as each component is independant. A carousel, a shopping checkout button, and a dropmenu were implemented.
### Dependencies
- TailwindCSS
- VueJS
- esLint
- Prettier
- PostCSS
- Autoprefixer### Authors :
* Bruno Aggierni | Braggio
###
📫 Contact me :
## License
This project is just a practice excercise. Therefore, no license is needed to use / clone this project.
## Project setup
Once you clone this project, dependencies are not included, due to the size/weight of them. Therefore, the folder node_modules is not included. Follow the steps below to properly enjoy and visualize this project.
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).