All Projects → langyo → plasmolysis

langyo / plasmolysis

Licence: Apache-2.0 license
[WIP] 探索同构开发新范式的可能性

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to plasmolysis

Laravel Handlers
Request handlers for Laravel
Stars: ✭ 128 (+966.67%)
Mutual labels:  controller, action
lux
POSIX Shell script to easily control brightness on backlight-controllers.
Stars: ✭ 49 (+308.33%)
Mutual labels:  controller
docker-zerotier-controller
Dockernized ZeroTierOne Controller
Stars: ✭ 170 (+1316.67%)
Mutual labels:  controller
hugo-action
Commands to help with building Hugo based static sites
Stars: ✭ 65 (+441.67%)
Mutual labels:  action
Curator
A lightweight key-value file manager written in Swift.
Stars: ✭ 14 (+16.67%)
Mutual labels:  controller
QuickCore
Delphi Core Framework to fast build desktop/mobile/web apps.
Stars: ✭ 84 (+600%)
Mutual labels:  controller
actions
Collection of repetitive GitHub Actions
Stars: ✭ 12 (+0%)
Mutual labels:  action
openstack-cloud-controller-manager
This repository has moved to https://github.com/kubernetes/cloud-provider-openstack
Stars: ✭ 17 (+41.67%)
Mutual labels:  controller
gh-action-community
GitHub Action for the Community, from welcoming first timers to badges
Stars: ✭ 24 (+100%)
Mutual labels:  action
weak-merge
🔗 A module for merging WeakSets and WeakMaps.
Stars: ✭ 20 (+66.67%)
Mutual labels:  union
workflow-webhook
A Github workflow action to call a webhook with payload data from the event. Support for JSON or URL encoded endpoints.
Stars: ✭ 90 (+650%)
Mutual labels:  action
TextFieldsTraversalController
A controller to manage the traversal of a collection of textfields.
Stars: ✭ 15 (+25%)
Mutual labels:  controller
ManiaControl
The newly designed and easy to use ManiaPlanet Server Controller.
Stars: ✭ 26 (+116.67%)
Mutual labels:  controller
GlosSI
Tool for using Steam-Input controller rebinding at a system level alongside a global overlay
Stars: ✭ 1,004 (+8266.67%)
Mutual labels:  controller
prettyBenching
🦕 A small lib to make your Deno benchmarking progress and results look pretty
Stars: ✭ 23 (+91.67%)
Mutual labels:  action
jest-github-action
Jest action adding checks with annotations to your pull requests and coverage table as comments
Stars: ✭ 134 (+1016.67%)
Mutual labels:  action
modular routes
Dedicated controllers for each of your Rails route actions.
Stars: ✭ 45 (+275%)
Mutual labels:  controller
assign-one-project-github-action
Automatically add an issue or pull request to specific GitHub Project(s) when you create and/or label them.
Stars: ✭ 140 (+1066.67%)
Mutual labels:  action
sdram-controller
Generic FPGA SDRAM controller, originally made for AS4C4M16SA
Stars: ✭ 45 (+275%)
Mutual labels:  controller
colab-badge-action
GitHub Action that generates "Open In Colab" Badges for you
Stars: ✭ 15 (+25%)
Mutual labels:  action

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.

在终端下克隆该项目 git clone https://github.com/langyo/plasmolysis

Clone the project in the terminal git clone https://github.com/langyo/plasmolysis.

进入项目目录,运行 npm iyarn(如果您的机器已经安装了 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

执行 npm run build 即可编译项目。

Run the command npm run build to compile the project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].