Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/langyo/plasmolysis
[WIP] 探索同构开发新范式的可能性
https://github.com/langyo/plasmolysis
action client controller framework react reactjs server union
Last synced: 4 months ago
JSON representation
[WIP] 探索同构开发新范式的可能性
- Host: GitHub
- URL: https://github.com/langyo/plasmolysis
- Owner: langyo
- License: apache-2.0
- Created: 2019-10-20T04:16:24.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2021-10-21T14:56:27.000Z (over 3 years ago)
- Last Synced: 2024-09-26T22:46:32.011Z (4 months ago)
- Topics: action, client, controller, framework, react, reactjs, server, union
- Language: TypeScript
- Homepage:
- Size: 770 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Plasmolysis Framework
欢迎使用 Plasmolysis 框架,该项目皆在探索同构开发新范式的可能性,致力于为新一代互联网应用提供高耦合业务场景的基础设施。
Welcome to the Plasmolysis framework. This project is exploring the possibility of isomorphic development of a new paradigm, and is committed to providing an infrastructure of highly coupled business scenarios for a new generation of Internet applications.
## 背景 / Background
该项目最初的项目名为 NickelCat,是我在高中时主持开发的一个实验项目。该项目在当时已有初步成果,但由于学业原因暂时冻结了一段时间,现已处于恢复进行开发的状态。
The project was originally named Nickelcat, and it's an experimental project developed by me in high school. Since the past, this project had preliminary results, but it was temporarily frozen for some time due to academic reasons. Now it has been in the state of resumption of development.
## 使用方法 / Usage
> 请先在您的机器上安装 Git 与 NodeJS。
>
> Please install Git and NodeJS first.1.
在终端下克隆该项目 `git clone https://github.com/langyo/plasmolysis`。
Clone the project in the terminal `git clone https://github.com/langyo/plasmolysis`.
2.
进入项目目录,运行 `npm i` 或 `yarn`(如果您的机器已经安装了 Yarn,推荐使用)。
Enter the project's folder, and run the command `npm i` or `yarn` (We recommend use Yarn if you have installed it).
> TIP: 如果您的网络环境处于中国大陆,可以使用该仓库下的 shell 脚本切换 NPM 源为淘宝镜像源,以加速依赖库下载过程。
>
> ```https://github.com/langyo/cnpm-registry-helper```3.
执行 `npm run build` 即可编译项目。
Run the command `npm run build` to compile the project.