1 Star 0 Fork 0

德布罗煜 / creta

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

CRETA

npm version npm weekly download github stars

LOGO

介绍 - Introduce

creta 全称 create react-electron-typescript app,是一款为了协助前端程序员快速搭建 React + TypeScriptElectron 应用的脚手架。

使用 - Usage

欢迎阅读我们提供的使用手册

creta 使用起来非常方便,只需一行指令即可搭建出 React+TypeScript+Electron 三合一的应用模板。 使用该脚手架前需要保证在当前机器上已安装有 NodeJS 环境,不过我相信绝大多数前端程序员都以具备了这一条前置条件,因此这里我便默认阅读本文的各位已经能够执行后续的操作了。

使用脚手架创建项目 - Create your project with CRETA

我们强烈推荐您使用 yarnpnpm 作为您的包管理工具。

使用 NPM

npm create creta@latest "<your-app>"

使用 YARN

yarn create creta "<your-app>"

使用 PNPM

pnpm create creta "<your-app>"

开发项目 - Develop your app

我们的 creta 脚手架中内置了 devdist 指令,并在应用模板中自动添加了对应的 npm scripts。 您可以直接在应用根目录下执行:

yarn dev

以在开发模式下运行您的程序;

也可以执行:

yarn dist

将您的应用程序打包成可执行程序。

MIT License Copyright (c) 2023 Hanshin Kira Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

Scaffolding to build a react+electron+typescript App 展开 收起
TypeScript 等 5 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
TypeScript
1
https://gitee.com/ch1ny/creta.git
git@gitee.com:ch1ny/creta.git
ch1ny
creta
creta
master

搜索帮助