Skip to content

cingzion/BoYiBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to GitHub stack document web

ReactStackDocument
  1. ES6/7/8: http:https://es6.ruanyifeng.com
  2. TS: https://www.typescriptlang.org
  3. React: https://reactjs.org
  4. Ant: https://ant.design/
  5. Ant-mobile: https://mobile.ant.design/
  6. React-router: https://reacttraining.com/react-router
  7. Redux: https://redux.js.org
  8. React-redux: https://react-redux.js.org
  9. Redux-saga: https://redux-saga.js.org
  10. redux-saga-in-chinese: https://www.bookstack.cn/read/redux-saga-in-chinese/README.md
  11. redux-devtools-extension: https://github.com/zalmoxisus/redux-devtools-extension#usage
  12. Dva: https://dvajs.com
  13. Umi: https://umijs.org/zh/guide
  14. all bookstack skill stack: https://www.bookstack.cn
  15. lucidchart: https://www.lucidchart.com/documents#/documents
  16. gliffy: https://go.gliffy.com/go/html5/launch
  17. jenkins: https://jenkins.io/zh/doc/tutorials
  18. RxJS: https://cn.rx.js.org/
  19. ReactTypescript: https://react-typescript-cheatsheet.netlify.app/docs/basic/getting-started/context/
React Plug-in Document
  1. online-html-tables: http:https://www.tablesgenerator.com/html_tables Customizing table styles for different needs online
  2. share: http:https://ellisonleao.github.io/sharer.js/
NodeStackDocument
   https://react.statuscode.com/
   http:https://reactjsnewsletter.com/
   https://javascriptweekly.com/
   https://github.com/cingzion/awesome-newsletters
Node Plug-in Document
   ....
AppStackDocument
1、HTML5、CSS3、Less、Sass
2、Ant-UI(React/Vue)
3、npm、yarn、git、webpack
4、JavaScript、ES6、TypeScript
5、React、Vue
6、ReactNative、Ionic、Flutter、Dart
7、Node、Express、Koa2、Nest、TypeORM
8、MongoDB, MySql、Jdbc、PostGreSQL
9、Java、Mybatis、SpringMVC、SpringBoot、Python
10、Linux、Ubuntu
Dart/Flutter Plug-in Document
   ....
Git Document
   ....
Liunx Document
   ....
Deployment Environment
   ....

react 360 vr

  中文ReactVr:http:https://www.vr-react.com/#/createfirstproject?key=createfirstproject
  英文ReactVr:https://facebook.github.io/react-360/docs/setup.html

Electron 等开箱即用的模版

// electron深入浅出 `https://blog.csdn.net/sinat_36422236/article/details/84988291` 
// 官网 https://electronforge.io/cli/start
// 官网 https://electronjs.org/docs/tutorial/boilerplates-and-clis
// 教程 https://juejin.im/post/5a6a91276fb9a01cbd58ce32
electron-forge
electron-forge包含vue、react、Angular等开箱即用的模版。

npm i -g electron-forge
electron-forge init my-app template=react
cd my-app
npm run start 
目录结构如下

sourcedir 项目入口 根据package.json的目录
appname 包名
platform 构建平台 包含 darwin, linux, mas, win32 all
arch 构建架构 包含ia32,x64,armv7l,arm64
out 打包后的地址
icon 打包图标
asar 是否生成app.asar, 不然就是自己的源码
overwrite 覆盖上次打包
ignore 不进行打包的文件
--------------------- 
作者:Leon_94 
来源:CSDN 
原文:https://blog.csdn.net/sinat_36422236/article/details/84988291 
版权声明:本文为博主原创文章,转载请附上博文链接!


You can use the [editor on GitHub](https://github.com/cingzion/Blog/edit/master/README.md) to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.

### Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

```markdown
Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.