Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sondh0127/ns-starter
Minimalist start, limitless possibilities: craft your vision!
https://github.com/sondh0127/ns-starter
Last synced: 1 day ago
JSON representation
Minimalist start, limitless possibilities: craft your vision!
- Host: GitHub
- URL: https://github.com/sondh0127/ns-starter
- Owner: sondh0127
- Created: 2024-01-06T06:48:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-11T08:35:59.000Z (about 1 year ago)
- Last Synced: 2024-04-24T04:43:43.446Z (9 months ago)
- Language: Vue
- Size: 6.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Content v2 Minimal Starter
Look at the [Content documentation](https://content.nuxt.com/) 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
```Checkout the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.