Skip to content

OXOYO/X-WebDesktop-Api-Koa

 
 

Repository files navigation

X-WebDesktop-Api-Koa

基于 Koa 的 WebDesktop Api 服务

前端:X-WebDesktop-Vue

Start

  // 1.Clone repository;
  git clone

  // 2.Install packages;
  npm i

  // 3.Import the "./src/sql/x-webdesktop.sql" file into the database;

  // 4.Start
  npm run dev

Develop

  // Export the database to schema
  sequelize-auto -o "./src/schema" -d x-webdesktop -h localhost -u root -p 3306 -e mysql

Build

  npm run build

Production

  pm2 start ecosystem.config.js

Releases

No releases published

Packages

No packages published