Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🔰

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/).