My playaround Nuxt.js project
- ShopCenter is an skelental e-commerce platform for mobile phone *To view the project visit this link
- Users can create account, signin
- Users can get products based on brands.
- Users can add items to cart.
- Authenticated users can order Items.
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
yarn run test
# build for production and launch server
$ yarn build
$ yarn start