@akinon/pz-one-click-checkout 1.17.0 → 1.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/README.md +0 -32
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,37 +1,5 @@
|
|
|
1
1
|
# pz-one-click-checkout
|
|
2
2
|
|
|
3
|
-
### Install the npm package
|
|
4
|
-
|
|
5
|
-
```
|
|
6
|
-
# For latest version
|
|
7
|
-
|
|
8
|
-
yarn add git+ssh://git@bitbucket.org:akinonteam/pz-one-click-checkout.git
|
|
9
|
-
|
|
10
|
-
# For specific version
|
|
11
|
-
|
|
12
|
-
yarn add git+ssh://git@bitbucket.org:akinonteam/pz-one-click-checkout.git#COMMIT_HASH
|
|
13
|
-
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
### Next Config Configuration
|
|
17
|
-
|
|
18
|
-
**next.config.js**
|
|
19
|
-
|
|
20
|
-
```javascript
|
|
21
|
-
transpilePackages: ['pz-one-click-checkout'],
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
### tailwind.config.js Configuration
|
|
25
|
-
|
|
26
|
-
**tailwind.config.js**
|
|
27
|
-
|
|
28
|
-
```javascript
|
|
29
|
-
module.exports = {
|
|
30
|
-
content: ["..", "...", "./node_modules/pz-*/src/**/*.{js,ts,jsx,tsx}"],
|
|
31
|
-
};
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
|
|
35
3
|
### Usage in plugin module system
|
|
36
4
|
```javascript
|
|
37
5
|
import PluginModule, { Component } from '@akinon/next/components/plugin-module';
|