Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiyuujin/nuxt3
https://github.com/jiyuujin/nuxt3
contentful microcms newt nuxt spearly typescript
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiyuujin/nuxt3
- Owner: jiyuujin
- Created: 2022-01-24T12:40:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T13:44:17.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:06:06.029Z (9 months ago)
- Topics: contentful, microcms, newt, nuxt, spearly, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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).