MachaOn-SL-AWS-1 Frontend
Introduction
The MachaOn-SL-AWS-1 Frontend is a tailored implementation of the UI Adapter, built upon the robust Machb 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-SL-AWS-1 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-SL-AWS-1 Frontend project:
$ git svn clone https://svn.code.sf.net/p/machc/svn/trunk/machaon/faas/aws/MachaOn-SL-AWS-1/frontend
$ cd frontend
For detailed guidance on working with git-svn, visit: Prefer Working with Git? Use git-svn.
Build
$ npm install
$ npm run build
Local run for test:
$ npm run serve
S3 Deployment
aws s3 sync dist s3://vue-frontend-1
Macha