0.0.1 • Published 2 years ago

@vortex-ui/test v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

codecov download version

📦 安装

yarn add env-puzzle

or

npm i env-puzzle

🔨 示例

import {Template, CreateModal, ViewModal} from 'env-puzzle';

const App = () => (
  <>
    <Template></Template>
    <CreateModal />
    <ViewModal />
  </>
)

⌨️ 本地开发

克隆到本地开发:

$ git clone git@github.com:FireBushtree/env-puzzle.git
$ cd env-puzzle
$ npm install
$ npm start