Skip to content

cnxtech/TAU-Design-Editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TAU Design Editor

This repository consists of Design Editor which offers WYSIWYG editing feature for TAU. This repo is used by WATT open source.

Getting Started

You can't use this repository standalone. It doesn't offer any UI which could be tested. It can be used as a part of WATT or VSCode extension.

Prerequisites

To build a TAU Design Editor ensure that you have Node.js (10.15.X) installed.

Example install using nvm:

nvm install 10.15.3
nvm use 10.15.3

Install depending modules using npm: npm install

Building for WATT

npm run build-watt

Building for VSCode extension

npm run build-vsc

Coding style tests

Project has defined eslint rules (.eslintrc.js)

Contribution can be verified using command:

grunt eslint

License

This project is licensed under MIT

About

TAU Design Editor can create web application by drag&drop the TAU based widget

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 22.1%
  • HTML 1.9%
  • TypeScript 0.5%
  • Python 0.0%
  • Shell 0.0%