Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/regenrek/nuxt-lazyimage-example
Created with CodeSandbox
https://github.com/regenrek/nuxt-lazyimage-example
Last synced: 8 days ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/regenrek/nuxt-lazyimage-example
- Owner: regenrek
- Created: 2019-09-20T13:53:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:33:43.000Z (about 2 years ago)
- Last Synced: 2024-05-18T07:47:34.067Z (7 months ago)
- Language: Vue
- Homepage: https://codesandbox.io/s/github/regenrek/nuxt-lazyimage-example
- Size: 1.46 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesandbox-nuxt
This is the official example for [nuxt-lazyimage](https://github.com/regenrek/nuxt-lazyimage) module
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).