0.1.34 • Published 8 years ago
@abtasty/socialproof v0.1.34
Social Proof
This widget was generated using AB Tasty Widget CLI. You can find more infomation and documentation about widgets at https://abtasty.gitbooks.io/widget/.
Preview your widget
Launch your widget in a new window and watch for changes.
npm startMain files
main.jsMain source code of your widgetform.jsConfiguration form for your widgeticon.pngIcon for your widget (recommended size: 200x200px)
You can specify each file location in the package.json like this:
"main": "dist/main.js",
"form": "dist/form.js",
"icon": "icon.png",Included
- Rollup.js module bundler (like Webpack but smaller and faster).
- ES6 support using Babel.
- JavaScript Linting with ESLint and Airbnb style.
- JavaScript minified with UglifyJS.
- Prettier to format code.
We heard your widget have an UI, so we allowed ourselves to include some extra:
- Pug (aka Jade) to transforms html files into JS template.
- PostCSS to automatically append your CSS to head just using
import 'yourstyle.css'and also use CSS plugins including:
Add your widget to AB Tasty
- First, you'll need to have your widget on NPM:
- Create a minified bundle with
npm run build - Bump the version of your widget (using semver) with
npm version [patch|minor|major] - Publish it to NPM:
npm publish
- Create a minified bundle with
- Once your widget is on NPM, you can now add it on AB Tasty at https://marketplace.abtasty.com/publish.
0.1.34
8 years ago
0.1.33
8 years ago
0.1.32
8 years ago
0.1.31
8 years ago
0.1.30
8 years ago
0.1.29
8 years ago
0.1.28
8 years ago
0.1.27
8 years ago
0.1.26
8 years ago
0.1.25
8 years ago
0.1.23
8 years ago
0.1.22
8 years ago
0.1.21
8 years ago
0.1.20
8 years ago
0.1.19
8 years ago
0.1.18
8 years ago
0.1.17
8 years ago
0.1.16
8 years ago
0.1.15
8 years ago
0.1.14
8 years ago
0.1.13
8 years ago
0.1.12
8 years ago
0.1.11
8 years ago
0.1.10
8 years ago
0.1.9
8 years ago
0.1.8
8 years ago
0.1.7
8 years ago
0.1.5
8 years ago
0.1.4
8 years ago
0.1.3
8 years ago
0.1.2
8 years ago
0.1.1
8 years ago
0.1.0
8 years ago