https://github.com/atomikui/babel-config-atomikui
The babel configuration for @atomikui/core
https://github.com/atomikui/babel-config-atomikui
Last synced: about 1 year ago
JSON representation
The babel configuration for @atomikui/core
- Host: GitHub
- URL: https://github.com/atomikui/babel-config-atomikui
- Owner: atomikui
- License: mit
- Created: 2020-10-12T14:36:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T19:40:11.000Z (over 5 years ago)
- Last Synced: 2024-04-24T19:12:11.361Z (about 2 years ago)
- Language: Handlebars
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license
Awesome Lists containing this project
README
# babel-config-atomikui
The babel configuration for @atomikui/core
### installation
```javascript
// with npm
npm install babel-config-atomikui
// with yarn
yarn add babel-config-atomikui
```
### Usage
Include via .babelrc.js
```javascript
module.exports = require("babel-config-atomikui");
```