ToDosElectron

所属分类:OA办公系统
开发工具:JavaScript
文件大小:0KB
下载次数:0
上传日期:2018-04-15 17:34:23
上 传 者sh-1993
说明:  在TypeScript中玩电子和 React
(Playing with Electron and React within TypeScript)

文件列表:
.babelrc (41, 2017-07-03)
.vscode/ (0, 2017-07-03)
.vscode/launch.json (1672, 2017-07-03)
.vscode/settings.json (50, 2017-07-03)
.vscode/tasks.json (397, 2017-07-03)
docs/ (0, 2017-07-03)
docs/assets/ (0, 2017-07-03)
docs/assets/buildOptions.jpg (164609, 2017-07-03)
docs/assets/buildprocess.jpg (55611, 2017-07-03)
docs/assets/debuggerBreak.jpg (131494, 2017-07-03)
docs/assets/electronApp.jpg (31117, 2017-07-03)
docs/assets/launchChoices.jpg (11741, 2017-07-03)
docs/assets/testResults.jpg (134568, 2017-07-03)
docs/assets/vsCodeNotification.jpg (16035, 2017-07-03)
docs/assets/vstsBuildFromAnotherRepository.jpg (87004, 2017-07-03)
docs/assets/vstsBuildResults.jpg (187649, 2017-07-03)
docs/assets/vstsBuildRunning.jpg (442553, 2017-07-03)
docs/assets/vstsFinalBuild.jpg (47078, 2017-07-03)
docs/assets/vstsNPMRunTests.jpg (71846, 2017-07-03)
docs/assets/webPackError.png (35919, 2017-07-03)
docs/debuggingSetUp.md (10369, 2017-07-03)
docs/settingUpBuild.md (22620, 2017-07-03)
package.json (1436, 2017-07-03)
src/ (0, 2017-07-03)
src/default.ejs (183, 2017-07-03)
src/gui.tsx (173, 2017-07-03)
src/main.ts (470, 2017-07-03)
src/secondui.tsx (181, 2017-07-03)
tests/ (0, 2017-07-03)
tests/gui/ (0, 2017-07-03)
tests/gui/gui_tests.ts (130, 2017-07-03)
tests/host/ (0, 2017-07-03)
tests/host/host_tests.ts (131, 2017-07-03)
tsconfig.json (422, 2017-07-03)
tslint.json (257, 2017-07-03)
webpack.config.js (1921, 2017-07-03)
webpack.tests.config.js (1064, 2017-07-03)
yarn.lock (150901, 2017-07-03)
... ...

# Electron To Dos App ![Build Status](https://jdunkerley.visualstudio.com/_apis/public/build/definitions/c5590d99-e9b6-4375-9cac-ba78a8898dbb/2/badge) An experiment in creating an Electron app in TypeScript to be a ToDos app! ## Developer Set Up In order to build the code you need to have: - [node](https://nodejs.org/en/) - tested against v7.10.0 but shouldn't be overly sensitive - [yarn](https://yarnpkg.com) To build and run the code: ``` yarn install yarn run start ``` Included within the repository are the configuration to work within [Visual Studio Code](http://code.visualstudio.com/). You should be able to build and run within the editor. The following extensions are recommended: - TSLint (adds real time linting of TypeScript) - JavaScript Standard Style (adds eal time linting via StandardJS) - Debugger for Chrome (allows debugging of the renderer process) - yarn (allows running of yarn commands within the Command Palette) ## Code Structure This is a pretty opinionated way of laying out an Electron application. The main process entry point is `src/host/main.ts`. Each sepearte page is represented by a `tsx` file in `src/gui`

近期下载者

相关文件


收藏者