sermas is a lightweight server resource management website that can effectively manage the server rental of an organization.sermas is completely free of operation and maintenance , and it is all developed using serverless architecture.sermas was designed to consider high-concurrency scenarios from the beginning. Because both the front and back ends are developed using serverless, the only performance bottleneck is the database. sermas.top
Chinese | English
The vue-starter template uses Tencent SCF components and its trigger capabilities to easily create, configure and manage a vue-starter application on Tencent Cloud.
# 安装 Serverless Framework
npm install -g serverlessDownload the example directly with the following command:
serverless init vue-starter --name example
cd example In the project root directory where the serverless.yml file is located, run the following command. A QR code will pop up. Scan the code directly to authorize deployment:
serverless deployNote : If authentication fails, please refer to the permission configuration for authorization.
Execute the following command to view your deployed project information:
serverless infoYou can remove the vue-starter application with the following command
serverless remove By default, serverless supports scanning QR code to log in. After the user scans the QR code, an .env file will be automatically generated and the key will be stored in it. If you want to configure persistent environment variables/key information, you can also create the .env file locally. , fill in SecretId and SecretKey obtained from API key management.
If you do not have a Tencent Cloud account, you can register a new account here.
# 腾讯云的配置信息
touch .env # .env file
TENCENT_SECRET_ID=123
TENCENT_SECRET_KEY=123