Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genesis-organization/admin-client
https://github.com/genesis-organization/admin-client
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/genesis-organization/admin-client
- Owner: Genesis-Organization
- License: mit
- Created: 2022-02-19T00:12:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T21:25:36.000Z (over 1 year ago)
- Last Synced: 2024-03-25T06:08:54.620Z (8 months ago)
- Language: TypeScript
- Size: 835 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).