Skip to content

garciagaston/Subscription-Platform-Management-System-FRONTEND

Repository files navigation

SPMS Project [FRONTEND]

This is the README file for the SPMS (Subscription Platform Management System) project. Below are instructions for setting up and running the project.

WIKI

https://github.com/garciagaston/Subscription-Platform-Management-System-FRONTEND/wiki

Introduction

SPMS (Subscription Platform Management System) is a project aimed at facilitating subscription-based platform management. It provides a Vue3.js-based framework for developing and managing subscription platforms efficiently. Additionally, it integrates seamlessly with Laravel 10 REST API, enhancing its capabilities for handling backend operations, data management, and communication between the frontend and backend components. This integration ensures a robust and comprehensive solution for building subscription-based platforms with modern web technologies.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/garciagaston/Subscription-Platform-Management-System-FRONTEND.git
  1. Navigate to the project directory:
cd Subscription-Platform-Management-System-FRONTEND
  1. Install dependencies:
npm install

Running the Application

Development

To compile and hot-reload the project for development, run

npm run serve

You can now access the application in your web browser at http://localhost:8081

Production

To compile and minify the project for production, run:

npm run build

Linting

To lint and fix files, run:

npm run lint

Format

To format run:

npm run format

Running Unit Tests

To run the unit tests, execute the following command:

npm run test:unit

Code Coverage

To generate code coverage, run

npm run coverage

Continuous Testing

npm run test-watch

Dashboard documentation

https://adminlte.io/themes/v3/index.html

About

SPMS (Subscription Platform Management System) project.

Resources

Stars

Watchers

Forks

Languages