Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yooneskh/repro-anu-nuxt
https://github.com/yooneskh/repro-anu-nuxt
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yooneskh/repro-anu-nuxt
- Owner: yooneskh
- Created: 2023-08-02T23:11:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-10T18:52:55.000Z (over 1 year ago)
- Last Synced: 2023-08-11T00:36:36.337Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://repro-anu-nuxt.vercel.app
- Size: 85.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install
```## Development Server
Start the development server on `http://localhost:8080`:
```bash
# yarn
yarn dev
```## Production
Build the application for production:
```bash
# yarn
yarn build
```Locally preview production build:
```bash
# yarn
yarn preview
```