Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boluwatife2904/panda-nft
A NFT marketplace
https://github.com/boluwatife2904/panda-nft
nuxt scss typescript vuejs
Last synced: 9 days ago
JSON representation
A NFT marketplace
- Host: GitHub
- URL: https://github.com/boluwatife2904/panda-nft
- Owner: Boluwatife2904
- Created: 2022-08-09T13:00:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T14:06:46.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T20:24:04.033Z (over 1 year ago)
- Topics: nuxt, scss, typescript, vuejs
- Language: Vue
- Homepage: https://pandanfts.vercel.app
- Size: 14.2 MB
- Stars: 5
- Watchers: 1
- 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.