https://github.com/xtendui/xtendui-boilerplate
Boilerplate setup examples for Xtend UI
https://github.com/xtendui/xtendui-boilerplate
boilerplate theme xtendui
Last synced: 5 months ago
JSON representation
Boilerplate setup examples for Xtend UI
- Host: GitHub
- URL: https://github.com/xtendui/xtendui-boilerplate
- Owner: xtendui
- License: mit
- Created: 2019-08-20T09:36:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T13:50:14.000Z (over 1 year ago)
- Last Synced: 2025-01-17T14:55:35.975Z (over 1 year ago)
- Topics: boilerplate, theme, xtendui
- Language: JavaScript
- Homepage: https://xtendui.com
- Size: 7.34 MB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Boilerplate setup examples for [Xtend UI](https://github.com/xtendui/xtendui)
- [Encore](encore)
- [Nextjs](nextjs)
- [Parcel](parcel)
- [Vite](vite)
- [Webpack](webpack)
## Customization
Each boilerplate has `tailwind.config.js` with `theme` customization examples. Remove or add things you need.
## Lint
In the root there are the files needed for linting. See in the root `package.json`, `.eslintrc.js`, `.eslintignore` and `.prettierrc.js` for the required packages and script commands.
```
"scripts": {
"lint": "eslint . --ext .js",
}
```
Except for **Nextjs** which has lint managed by itself.
## Copyright
Licensed under [MIT license](https://github.com/xtendui/xtendui-boilerplate/blob/master/LICENSE).