* Moved nuxt app to main app

This commit is contained in:
Alexis
2021-03-29 11:17:51 +02:00
parent e819e00822
commit d31a9aad7b
113 changed files with 10463 additions and 26133 deletions

View File

@@ -1,16 +1,20 @@
# Full Skies
This small-scale application is used to consume the API. Its functionnalities for now are only about exploiting the API endpoints to display data.
# full-skies-nuxt
In the future, users could be able to register and create their own list of astral bodies.
## Dependencies
- [Vue](https://vuejs.org/) - Front-end framework
- [Vuex](https://vuex.vuejs.org/) - Store
<!-- - [MongoDB](https://www.mongodb.com/) - Database -->
## Build Setup
## Usage
**TBI**
## Contributors
- [AlexisNP](https://github.com/AlexisNP)
```bash
# install dependencies
$ npm install
## Credits
**TBI**
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).