https://github.com/amirxhero/hero-ecommerce-nuxt
built with the powerful Nuxt.js 3 framework! :rocket:
https://github.com/amirxhero/hero-ecommerce-nuxt
modules nuxt3 testing typescript
Last synced: 12 months ago
JSON representation
built with the powerful Nuxt.js 3 framework! :rocket:
- Host: GitHub
- URL: https://github.com/amirxhero/hero-ecommerce-nuxt
- Owner: amirxhero
- Created: 2023-04-06T17:12:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T10:11:09.000Z (about 3 years ago)
- Last Synced: 2025-05-16T12:41:37.780Z (about 1 year ago)
- Topics: modules, nuxt3, testing, typescript
- Language: Vue
- Homepage:
- Size: 10.5 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- 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://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.