# web-app-bootstrap

> f2e state management sample

Latest version **1.0.6** (published 2019-12-01) · MIT license · 0 weekly downloads

## Install

```sh
npm install web-app-bootstrap
pnpm add web-app-bootstrap
yarn add web-app-bootstrap
bun add web-app-bootstrap
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.6 |
| Published | 2019-12-01 |
| First published | 2018-07-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 5.2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Maintainers | xudafeng |
| Keywords | data, framework, dataflow, reduce |

## Links

- npm: https://www.npmjs.com/package/web-app-bootstrap
- Repository: https://github.com/app-bootstrap/web-app-bootstrap
- Homepage: https://github.com/app-bootstrap/web-app-bootstrap#readme
- Issues: https://github.com/app-bootstrap/web-app-bootstrap/issues
- npm.io page: https://npm.io/package/web-app-bootstrap

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.0.6 (latest) — 2019-12-01
- 1.0.5 — 2019-01-04
- 1.0.4 — 2018-07-15

## README

# web-app-bootstrap

---

[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![node version][node-image]][node-url]

[npm-image]: http://img.shields.io/npm/v/web-app-bootstrap.svg?style=flat-square
[npm-url]: http://npmjs.org/package/web-app-bootstrap
[travis-image]: https://img.shields.io/travis/app-bootstrap/web-app-bootstrap.svg?style=flat-square
[travis-url]: https://travis-ci.org/app-bootstrap/web-app-bootstrap
[coveralls-image]: https://img.shields.io/coveralls/app-bootstrap/web-app-bootstrap.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/app-bootstrap/web-app-bootstrap?branch=master
[node-image]: https://img.shields.io/badge/node.js-%3E=8-green.svg?style=flat-square
[node-url]: http://nodejs.org/download/

<!-- GITCONTRIBUTOR_START -->

## Contributors

|[<img src="https://avatars1.githubusercontent.com/u/1011681?v=4" width="100px;"/><br/><sub><b>xudafeng</b></sub>](https://github.com/xudafeng)<br/>|[<img src="https://avatars3.githubusercontent.com/u/3807955?v=4" width="100px;"/><br/><sub><b>BernardTolosajr</b></sub>](https://github.com/BernardTolosajr)<br/>|[<img src="https://avatars3.githubusercontent.com/u/1209810?v=4" width="100px;"/><br/><sub><b>paradite</b></sub>](https://github.com/paradite)<br/>|
| :---: | :---: | :---: |


This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Tue Mar 12 2019 11:09:07 GMT+0800`.

<!-- GITCONTRIBUTOR_END -->

- [app-bootstrap/todo](//github.com/app-bootstrap/todo)

## About antd-sample

Give a guiding example of 100% coverage based on Macaca:

- source code: https://github.com/app-bootstrap/web-app-bootstrap/tree/master/antd-sample
- test case: https://github.com/app-bootstrap/web-app-bootstrap/tree/master/test/antd-sample

```bash
$ npm run dev:test
$ npm run test:antd
```

## Include

```
├── flux             # flux
├── redux            # redux
├── redux-saga       # redux-saga
├── plain            # vue with event-bus
├── mobx             # mobx
├── vuex             # vuex
├── vuex-ts          # vuex & typescript
├── unstated         # unstated
├── app-bootstrap    # app-boostrap based on Antd mobile
├── antd-sample      # sample based on Antd
└── test             # UI test case
```

## Build Setup

```bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run ci

# run all tests
npm test

# run plain implementation test
npm run test:plain
```

---
_Source: https://npm.io/package/web-app-bootstrap · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
