MachaOn-L1 Frontend
Introduction
The MachaOn-L1 Frontend is a tailored implementation of the UI Adapter, built upon the robust Mach-B Front project libraries. These libraries serve as the foundation for creating a scalable and customizable user interface.
This frontend has been specifically customized to meet the special requirements of the MachaOn-L1 project, ensuring seamless interaction between the following components:
- Frontend UI: Delivering an intuitive and responsive user experience.
- JWT Authentication: Securing user access using JSON Web Tokens.
The integration of these technologies enables a highly modular and secure frontend solution tailored for modern web applications.
Getting Started
Clone MachaOn-L1 Frontend project:
$ git svn clone https://svn.code.sf.net/p/machc/svn/trunk/machaon/serverless/aws/machaon-l1/frontend
$ cd frontend
Build
$ npm install
$ npm run build
Local run for test:
$ npm run serve
S3 Deployment
aws s3 sync dist s3://vue-frontend-1