Envcloud frontend accumulation
npm install @vortex-ui/env-puzzle
yarn add env-puzzle
`
or
`
npm i env-puzzle
`
🔨 示例
`typescript
import {Template, CreateModal, ViewModal} from 'env-puzzle';
const App = () => (
<>
>
)
`
⌨️ 本地开发
克隆到本地开发:
`bash
$ git clone git@github.com:FireBushtree/env-puzzle.git
$ cd env-puzzle
$ npm install
$ npm start
``