Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpmtw/rpmtw-frontend
The new RPMTW website
https://github.com/rpmtw/rpmtw-frontend
Last synced: about 2 months ago
JSON representation
The new RPMTW website
- Host: GitHub
- URL: https://github.com/rpmtw/rpmtw-frontend
- Owner: RPMTW
- License: gpl-3.0
- Created: 2022-07-12T13:48:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T14:08:12.000Z (about 2 years ago)
- Last Synced: 2024-04-24T08:18:33.562Z (9 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.