https://github.com/sin7y/ola-sdk-sample
https://github.com/sin7y/ola-sdk-sample
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sin7y/ola-sdk-sample
- Owner: Sin7Y
- Created: 2024-02-04T16:32:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T07:14:32.000Z (over 1 year ago)
- Last Synced: 2024-02-06T08:29:33.541Z (over 1 year ago)
- Language: TypeScript
- Size: 873 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).