https://github.com/dalbodeule/mori.space
https://github.com/dalbodeule/mori.space
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dalbodeule/mori.space
- Owner: dalbodeule
- License: agpl-3.0
- Created: 2018-10-13T16:12:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T10:50:48.000Z (about 1 year ago)
- Last Synced: 2025-06-12T21:11:36.581Z (9 months ago)
- Language: Vue
- Size: 3.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
[](https://discord.gg/EPnCfz7xx5) [](https://teamcity.mori.space/project/MoriSpace?mode=builds)
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
```
## 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.