https://github.com/atinux/sfeir-example
https://github.com/atinux/sfeir-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/atinux/sfeir-example
- Owner: atinux
- Created: 2022-03-15T16:18:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T14:07:49.000Z (almost 4 years ago)
- Last Synced: 2025-02-14T09:42:11.986Z (11 months ago)
- Language: Vue
- Homepage: sfeir-example.vercel.app
- Size: 234 KB
- Stars: 1
- Watchers: 2
- 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).