/wh-front

The Warehouse Project frontend. Warehouse is a self-hosted Selly-like ecommerce platform that can be used to implement a custom webstore selling digital goods (or even physical).

Primary LanguageVueGNU Lesser General Public License v3.0LGPL-3.0

Warehouse-Frontend

This is the frontend portion of the Warehouse codebase, adjoining backend code is here.

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Licensing

Copyright (C) 2021 Maharshi Mukherjee

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.