squareborg / vendormachine-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

šŸ›’šŸ¤– VendorMachineā„¢

A free and opensource multi vendor Marketplace

Notice

Work in progress. Check back in a few months

API CircleCI API Build Status

API Repo: https://github.com/squareborg/vendormachine-api
OpenAPI Documentation: https://vendormachine-api.herokuapp.com/api/documentation

Frontend Demo: https://vendormachine-frontend.herokuapp.com
username: admin@vendormachine.test
password: password

username: user@vendormachine.test
password: password

Roadmap

  • Admin
    • Login
    • Vendor Management
      • Create - basic
      • Edit - basic
      • Delete #mvp
    • Import
      • WooCommerce
      • Magento
      • Shopify
  • Authentication
    • Registration
      • Sign Up Form
      • Email Verification
      • SMS Verification
    • Login
    • 2FA #mvp
  • Vendors
    • Vendor Model fleshed out fields #mvp
    • Onboarding #mvp
      • Onboarding screen - will need expanding with the vendor model
    • Multi User per vendor
    • Vendor Dashboard
      • Sales Stats #mvp
  • Products
    • Flesh out what a product is #mvp
    • Create Page
      • Basic #mvp
      • Rich Text #mvp
      • Tags #mvp
      • Category #mvp
      • Attributes #mvp
      • Images #mvp
  • Store Front
    • Web #mvp
    • Mobile React Native
      • ios
      • Android

Build Setup

# 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, checkout Nuxt.js docs.

About

License:MIT License


Languages

Language:Vue 57.9%Language:JavaScript 23.3%Language:SCSS 18.8%Language:Shell 0.0%