Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nacnus/e-commerce-nuxt

I developed an e-commerce website using Vue.js, Nuxt.js, and Vuetify, seamlessly communicating with a server through a RESTful API. This project reflects my hands-on experience and skills in web development.
https://github.com/nacnus/e-commerce-nuxt

e-commerce ecommerce nuxt2 vue2 vuetify2

Last synced: 6 days ago
JSON representation

I developed an e-commerce website using Vue.js, Nuxt.js, and Vuetify, seamlessly communicating with a server through a RESTful API. This project reflects my hands-on experience and skills in web development.

Awesome Lists containing this project

README

        

# E-Commerce Project (ByteBaazar)
1
2
3
4
5
6

## Build Setup

```bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate
```

For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).