Giter Site home page Giter Site logo

milewales998866 / tixwork Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kala888/tixwork

0.0 0.0 0.0 23.19 MB

tixwork 低码解决方案

Shell 0.04% JavaScript 16.92% Ruby 0.20% Objective-C 0.64% Java 0.53% Rust 0.02% TypeScript 73.48% CSS 0.04% HTML 0.05% Less 7.95% Starlark 0.14%

tixwork's Introduction

原来nice-router-taro项目已迁移到tixwork/tixwork-taro

项目Tixwork

版本3.0.5

项目结构

目前系统包含6个大的模块。

模块 说明
datav-app 大屏用App
datav-web 数据大屏应用
models 模型定义
tixwork-service 基于Springboot的后台应用
tixwork-taro 基于taro的小程序跨多端移动框架
tixwork-ui 基于Antd的中台框架

如何开始新的项目"demo"

1.准备代码
echo "1. copy files"
cp -R -H tixwork demo
cd demo
git checkout master
rm -rf .git

echo "2. should create project at github"

echo "3. init project"
git init
git add *.* 
git commit -am "first commit"

echo "4. push code to remote"
git remote add origin [email protected]:kala888/demo.git
git push

echo "5.add code gen base remote: tixwork "
git remote add tixwork [email protected]:kala888/tixwork.git
git fetch tixwork
git merge --allow-unrelated-histories tixwork/dev
2.修改模型并生成

2.1. 在tixwork-generator目录中建立软连接

cd tixwork-generator/code-service/models
ln -s ~/tiandtech/demo/models demo

2.2 修改code-service/models/demo/index.xml 模型

2.3 修改项目属性,clientid, logo, 数据库schema TODO

3.本地开发测试

1.启动redis和pgsql

cd tixwork-service/docker
docker-compose -f docker-compose-dev.yml up -d  

2.启动后台服务

cd tixwork-service/tixwork-api
gradle clean bR 

3.启动前台服务

cd tixwork-ui
yarn && yarn start

4.访问

http://localhost:8000
tixwork/tixwork998
4.准备远程部署
  1. 修改script/init-remote-server.sh
  2. 处理nginx和端口 TODO
  3. 处理sync-jar TODO
  4. 处理sync-web TODO
5.远程部署
如何merge remote code
echo " merge code"
git fetch tixwork
git merge --allow-unrelated-histories tixwork/dev
 ## git merge tixwork/dev

tixwork's People

Contributors

kala888 avatar pingannetbar avatar sixwizard avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.