Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimyiannis/augusts-merch
E-shop for clothes
https://github.com/dimyiannis/augusts-merch
javascript tailwind tailwindcss vite vue3 vuejs
Last synced: about 2 months ago
JSON representation
E-shop for clothes
- Host: GitHub
- URL: https://github.com/dimyiannis/augusts-merch
- Owner: DimYiannis
- Created: 2023-04-06T18:57:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T09:27:48.000Z (2 months ago)
- Last Synced: 2024-11-08T10:29:35.617Z (2 months ago)
- Topics: javascript, tailwind, tailwindcss, vite, vue3, vuejs
- Language: Vue
- Homepage: https://dimyiannis.github.io/augusts-merch/
- Size: 13.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# August's merch
Non reactive site for clothes
## Deploy Project
https://dimyiannis.github.io/augusts-merch/
![image](https://user-images.githubusercontent.com/107484245/230052812-d1e7f34e-7ec2-45ff-93b8-ce98de91df43.png)
![ezgif com-gif-maker](https://user-images.githubusercontent.com/107484245/230095354-01ec829e-9739-4378-b59c-93aa74405911.gif)![image](https://user-images.githubusercontent.com/107484245/230052597-e3c71749-bff8-4bcc-8cd9-84e33d17b81e.png)
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
### Clone the repo
```sh
git clone https://github.com/DimYiannis/augusts-merch.git
```
### Install NPM packages
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```