Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoachnt/institutions
https://github.com/hoachnt/institutions
nuxt
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoachnt/institutions
- Owner: hoachnt
- Created: 2022-11-08T13:57:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-30T14:02:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T05:18:11.785Z (7 months ago)
- Topics: nuxt
- Language: Vue
- Homepage: https://h-institution.netlify.app/
- Size: 1.64 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) 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
```Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.