https://github.com/igorhalfeld/spacex-ssr
My demo app for Azure Brazil Community
https://github.com/igorhalfeld/spacex-ssr
Last synced: 5 months ago
JSON representation
My demo app for Azure Brazil Community
- Host: GitHub
- URL: https://github.com/igorhalfeld/spacex-ssr
- Owner: IgorHalfeld
- Created: 2019-05-01T23:30:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T20:25:30.000Z (about 7 years ago)
- Last Synced: 2025-03-02T22:32:38.258Z (over 1 year ago)
- Language: Vue
- Size: 776 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SpaceX SSR
My demo app for Azure Brazil Community

## Build Setup
``` bash
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).