https://github.com/savyjs/digimarket-nuxt
https://github.com/savyjs/digimarket-nuxt
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/savyjs/digimarket-nuxt
- Owner: savyjs
- Created: 2023-02-20T13:20:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-29T18:30:53.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T00:58:50.660Z (about 1 year ago)
- Language: Vue
- Homepage: https://diginuxt-fixture.savyjs.com
- Size: 8.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Demo: [diginuxt.savyjs.com](https://diginuxt.savyjs.com)
Document: [digimarket.savyjs.com](https://digimarket.savyjs.com)
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/docs/deployment) for more information.
## link-tree
- Document : [Digimarket - Install And Usage Guide](https://digimarket.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket) ]
- Kit for Tailwind (Repository): [savyjs/digimarket-tailwind](https://github.com/savyjs/digimarket-tailwind)
- Nuxt Layer (Repository): [savyjs/digimarket-nuxt-layer](https://github.com/savyjs/digimarket-nuxt-layer) [ [(NPM)](https://www.npmjs.com/package/digimarket-nuxt-layer) ]
- Nuxt 3 Layer: [Digimarket - Pages](https://diginuxt.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket-nuxt-layer) ]
- Nuxt 3 Layer Fixture: [Digimarket - Fixture Demo and Pages](https://diginuxt-fixture.savyjs.com) [ [(Repository)](https://github.com/savyjs/digimarket-nuxt) ]