0.6.0 • Published 3 years ago

@peajs/popup v0.6.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

peajs

A React Framework based on TypeScript.

Quick Start

npm i -g pea-cli
pea new myapp
cd myapp
npm run dev

It will create a directory called myapp inside the current folder:

.
├── package.json
├── src
│   └── App.tsx
└── tsconfig.json

Then open:http://localhost:3000

Scripts

  • npm run dev
  • npm test
  • npm build

License

MIT License

0.6.0

3 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago