web-app-bootstrap

1.0.6 • Public • Published

web-app-bootstrap


NPM version build status Test coverage node version

Contributors


xudafeng


BernardTolosajr


paradite

This project follows the git-contributor spec, auto updated at Tue Mar 12 2019 11:09:07 GMT+0800.

About antd-sample

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

$ 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

# 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

Dependencies (0)

    Dev Dependencies (70)

    Package Sidebar

    Install

    npm i web-app-bootstrap

    Weekly Downloads

    8

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    5.46 MB

    Total Files

    113

    Last publish

    Collaborators

    • xudafeng