Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckam99/nuxtjs
https://github.com/ckam99/nuxtjs
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ckam99/nuxtjs
- Owner: ckam99
- Created: 2021-10-14T19:51:15.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T22:33:07.000Z (about 3 years ago)
- Last Synced: 2023-12-12T20:47:59.944Z (11 months ago)
- Language: Vue
- Size: 165 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).