dbcWidget

所属分类:自动驾驶
开发工具:TypeScript
文件大小:0KB
下载次数:0
上传日期:2024-03-09 19:13:03
上 传 者sh-1993
说明:  Theia Platfrom上的DBC文件编辑器
(DBC File Editor on Theia Platfrom)

文件列表:
.settings/
.vscode/
FundTree/
browser-app/
electron-app/
.DS_Store
.project
SECURITY.md
dbc_sample.dbc
lerna.json
logger.json
package.json
yarn.lock

# Dbc Editor This project aims to the creation of any kind of CAN database editor. ![image](https://github.com/RagipSelcuk/dbcWidget/assets/6311780/392a5793-e926-4060-8434-21f3439b7973) # FundTree The example of how to build the Theia-based applications with the FundTree. ## Getting started Please install all necessary [prerequisites](https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites). ## Running the browser example yarn start:browser *or:* yarn rebuild:browser cd browser-app yarn start *or:* launch `Start Browser Backend` configuration from VS code. Open http://localhost:3000 in the browser. ## Running the Electron example yarn start:electron *or:* yarn rebuild:electron cd electron-app yarn start *or:* launch `Start Electron Backend` configuration from VS code. ## Developing with the browser example Start watching all packages, including `browser-app`, of your application with yarn watch *or* watch only specific packages with cd FundTree yarn watch and the browser example. cd browser-app yarn watch Run the example as [described above](#Running-the-browser-example) ## Developing with the Electron example Start watching all packages, including `electron-app`, of your application with yarn watch *or* watch only specific packages with cd FundTree yarn watch and the Electron example. cd electron-app yarn watch Run the example as [described above](#Running-the-Electron-example) ## Publishing FundTree Create a npm user and login to the npm registry, [more on npm publishing](https://docs.npmjs.com/getting-started/publishing-npm-packages). npm login Publish packages with lerna to update versions properly across local packages, [more on publishing with lerna](https://github.com/lerna/lerna#publish). npx lerna publish

近期下载者

相关文件


收藏者