formidable-landers

Reusable components for Formidable's marketing sites

MIT 70 个版本
安装
npm install formidable-landers
yarn add formidable-landers
pnpm add formidable-landers
bun add formidable-landers
README

Formidable Landers

Welcome to the HQ of maintaining our visible Formidable projects!

Visit the Wiki

Quick Start

We use yarn, so make sure to have a current version installed, then install this project.

$ npm install -g yarn

$ yarn install

Demo the header and footer components by running:

$ yarn demo

and visit http://localhost:5678/.

Develop

Quality checks

The usual:

$ yarn run lint
$ yarn run test

# ... or all together ...
$ yarn run check

Kicking the Tires

Before publishing, if you want to test the changes you’ve made to formidable-landers, you can build what you have and use npm link in the repo where you want to see teh changes.

In formidable-landers, run:

$ yarn build

then run:

$ npm link

Then, in a repo you want to test, such as formidable.com, run:

$ npm link formidable-landers

and you should see your changes! 🎉

If npm link is being futzy or giving you problems, take a look at lank which requires a bit more learning curve and setup, but produces a far more manageable and reliable way of working with multiple dependent repos at the same time.

Publish

When publishing, please make sure to install and use npm@5.6.0 to preserve file timestamp metadata as it is required for our overall website build and versions subsequent to 5.6.0 intentionally destroy this metadata:

$ npm install -g npm@5.6.0
$ npm --version
5.6.0
  1. Merge your PR into master.
  2. Add a new version
    $ npm version major|minor|patch -m "Version %s - INSERT_REASONS"
    
  3. Publish
    $ npm publish
    
  4. Push commit with tags
    $ git push && git push --tags
    

Made with love by Formidable

版本列表
9.0.2 2019-04-19
9.0.1 2019-04-19
9.0.0 2019-04-18
8.4.0 2018-08-21
8.3.2 2018-08-01
8.3.1 2018-06-22
8.3.0 2018-06-22
8.2.0 2018-06-22
8.1.8 2018-06-08
8.1.7 2018-05-08
8.1.6 2018-05-07
8.1.5 2018-05-07
8.1.4 2018-05-07
8.1.3 2018-05-07
8.1.2 2018-05-07
8.1.1 2018-05-07
8.1.0 2018-05-07
8.0.5 2018-05-03
8.0.4 2018-05-03
8.0.3 2018-05-03
8.0.2 2018-05-03
8.0.1 2018-05-02
8.0.0 2018-05-02
7.1.1 2018-03-20
7.1.0 2018-03-20
7.0.0 2017-09-18
6.0.1 2016-11-21
6.0.0 2016-11-18
5.1.2 2016-11-07
5.1.1 2016-09-28
5.1.0 2016-09-17
5.0.1 2016-09-16
5.0.0 2016-09-14
4.0.4 2016-09-12
4.0.3 2016-09-12
4.0.2 2016-09-08
4.0.1 2016-09-08
4.0.0 2016-09-01
3.4.1 2016-08-17
3.4.0 2016-08-16
3.3.3 2016-07-26
3.3.2 2016-07-21
3.3.1 2016-07-19
3.3.0 2016-07-18
3.1.0 2016-07-06
3.0.1 2016-07-06
3.0.0 2016-07-05
2.1.0 2016-07-04
2.0.2 2016-06-18
2.0.1 2016-06-18
2.0.0 2016-06-02
1.2.1 2016-06-02
1.2.0 2016-06-02
1.1.0 2016-05-06
1.0.2 2016-04-15
1.0.1 2016-04-15
1.0.0 2016-04-14
0.1.1 2016-03-25
0.1.0 2016-03-16
0.0.12 2016-03-04
0.0.11 2016-03-03
0.0.10 2016-03-02
0.0.9 2016-02-12
0.0.7 2016-01-16
0.0.6 2016-01-15
0.0.5 2016-01-04
0.0.4 2016-01-04
0.0.3 2015-12-17
0.0.2 2015-12-03
0.0.1 2015-12-02