This is the README file for the SPMS (Subscription Platform Management System) project. Below are instructions for setting up and running the project.
https://github.com/garciagaston/Subscription-Platform-Management-System-FRONTEND/wiki
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.
- Clone the repository to your local machine:
git clone https://github.com/garciagaston/Subscription-Platform-Management-System-FRONTEND.git
- Navigate to the project directory:
cd Subscription-Platform-Management-System-FRONTEND
- Install dependencies:
npm install
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
To compile and minify the project for production, run:
npm run build
To lint and fix files, run:
npm run lint
To format run:
npm run format
To run the unit tests, execute the following command:
npm run test:unit
To generate code coverage, run
npm run coverage
npm run test-watch