全栈 Javascript 开发架构 MERN

码农软件 · 软件分类 · Node.js 扩展 · 2019-04-14 07:26:37

软件介绍

类似 Mean,是另一个全栈 Javascript 开发架构,使用 MongoDB,Express,React,Node。

特性

  • React 组件的热加载

  • 模块化文件结构

  • 使用 React 路由器进行代码拆分

  • Ava 测试运行(并行运行测试)

  • 国际化支持

  • 支持 Docker

  • 支持代码生成

  • 搭建自己的 MERN

下面是两个启动工具

MERN Starter

git clone https://github.com/Hashnode/mern-starter.git
cd mern-starter
npm install
npm start

MERN cli

npm install -g mern-cli
mern init myApp
cd myApp
npm install
npm start

本文地址:https://codercto.com/soft/d/3538.html

Python Algorithms

Python Algorithms

Magnus Lie Hetland / Apress / 2010-11-24 / USD 49.99

Python Algorithms explains the Python approach to algorithm analysis and design. Written by Magnus Lie Hetland, author of Beginning Python, this book is sharply focused on classical algorithms, but it......一起来看看 《Python Algorithms》 这本书的介绍吧!

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具