https://github.com/afeiship/next-uniapp-kits
Uniapp kits based on next.
https://github.com/afeiship/next-uniapp-kits
bootstrap kits next uniapp
Last synced: 2 months ago
JSON representation
Uniapp kits based on next.
- Host: GitHub
- URL: https://github.com/afeiship/next-uniapp-kits
- Owner: afeiship
- License: mit
- Created: 2019-11-30T13:39:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-08T09:56:22.000Z (almost 3 years ago)
- Last Synced: 2025-06-20T23:43:10.850Z (about 1 year ago)
- Topics: bootstrap, kits, next, uniapp
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-uniapp-kits
> Uniapp kits based on next.
[![version][version-image]][version-url]
[![license][license-image]][license-url]
[![size][size-image]][size-url]
[![download][download-image]][download-url]
## installation
```bash
yarn add @jswork/next-uniapp-kits
```
## usage
```js
import '@jswork/next-uniapp-kits';
// init uniapp kits:
nx.UniappKits.create({ prefix: 'nuk' });
```
## license
Code released under [the MIT license](https://github.com/afeiship/next-uniapp-kits/blob/master/LICENSE.txt).
[version-image]: https://img.shields.io/npm/v/@jswork/next-uniapp-kits
[version-url]: https://npmjs.org/package/@jswork/next-uniapp-kits
[license-image]: https://img.shields.io/npm/l/@jswork/next-uniapp-kits
[license-url]: https://github.com/afeiship/next-uniapp-kits/blob/master/LICENSE.txt
[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-uniapp-kits
[size-url]: https://github.com/afeiship/next-uniapp-kits/blob/master/dist/next-uniapp-kits.min.js
[download-image]: https://img.shields.io/npm/dm/@jswork/next-uniapp-kits
[download-url]: https://www.npmjs.com/package/@jswork/next-uniapp-kits