https://github.com/davidwarrington/nuxt-tweet
https://github.com/davidwarrington/nuxt-tweet
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidwarrington/nuxt-tweet
- Owner: davidwarrington
- Created: 2019-03-12T22:02:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T22:29:16.000Z (almost 7 years ago)
- Last Synced: 2025-04-01T15:54:03.833Z (9 months ago)
- Language: Vue
- Size: 129 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-tweet
> A demo that integrates a Twitter feed into a static Nuxt site
## 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).