https://github.com/bencodezen/simple-nuxt-image-demo
A simple demo for how powerful and easy Nuxt Image is to use
https://github.com/bencodezen/simple-nuxt-image-demo
nuxt nuxt-image nuxtjs
Last synced: 12 months ago
JSON representation
A simple demo for how powerful and easy Nuxt Image is to use
- Host: GitHub
- URL: https://github.com/bencodezen/simple-nuxt-image-demo
- Owner: bencodezen
- Created: 2021-06-11T15:18:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-11T15:41:36.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T09:28:53.534Z (about 1 year ago)
- Topics: nuxt, nuxt-image, nuxtjs
- Language: Vue
- Homepage: https://simple-nuxt-image-demo.netlify.app/
- Size: 3.74 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-nuxt-image-demo
## 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).