https://github.com/dheavy/fashionvstech
JAMStack application for blog "Fashion VS Tech" (https://fashionvs.tech)
https://github.com/dheavy/fashionvstech
Last synced: 5 months ago
JSON representation
JAMStack application for blog "Fashion VS Tech" (https://fashionvs.tech)
- Host: GitHub
- URL: https://github.com/dheavy/fashionvstech
- Owner: dheavy
- Created: 2020-05-26T22:59:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T21:55:09.000Z (over 3 years ago)
- Last Synced: 2025-09-01T01:03:49.173Z (11 months ago)
- Language: Vue
- Size: 2.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fashionvstech
> Understand IT in Fashion to make better business decisions: ecommerce, retail, AI, augmented reality, blockchain...
A JAMStack blog on IT in Fashion.
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).