1.0.9 • Published 5 years ago

@mbernal/login-page v1.0.9

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

New Selkirk React Component

Place component description here...

Notes

Place any special considerations, limitations etc here

Component Example

// Place code example of how to use your component

Boilerplate

The package is based on react-npm-boilerplate. This one is prepared to be used as a starter point for React components which needs to be published on Npm.

It includes linting with ESLint and testing with Mocha, Enzyme and JSDOM.

Also there is of course ES6 transpilation.

Basic Usage

  1. Clone this repo
  2. Inside cloned repo run npm install
  3. If you want to run tests: npm test or npm run testonly or npm run test-watch. You need to write tests in __tests__ folder. You need at least Node 4 on your machine to run tests.
  4. If you want to run linting: npm test or npm run lint. Fix bugs: npm run lint-fix. You can adjust your .eslintrc config file.
  5. If you want to run transpilation to ES5 in dist folder: npm run prepublish (standard npm hook).
1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago