Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afeiship/next-tarovue-kits
Taro vue kits based on next.
https://github.com/afeiship/next-tarovue-kits
cli env env-cmd taro vue
Last synced: 18 days ago
JSON representation
Taro vue kits based on next.
- Host: GitHub
- URL: https://github.com/afeiship/next-tarovue-kits
- Owner: afeiship
- License: mit
- Created: 2016-07-13T15:55:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-25T05:19:12.000Z (12 months ago)
- Last Synced: 2024-10-06T19:41:40.551Z (about 1 month ago)
- Topics: cli, env, env-cmd, taro, vue
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# next-tarovue-kits
> Taro vue 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-tarovue-kits
```## usage
```js
import '@jswork/next-tarovue-kits';// init uniapp kits:
nx.TarovueKits.create({ prefix: 'trv' });
```## license
Code released under [the MIT license](https://github.com/afeiship/next-tarovue-kits/blob/master/LICENSE.txt).[version-image]: https://img.shields.io/npm/v/@jswork/next-tarovue-kits
[version-url]: https://npmjs.org/package/@jswork/next-tarovue-kits[license-image]: https://img.shields.io/npm/l/@jswork/next-tarovue-kits
[license-url]: https://github.com/afeiship/next-tarovue-kits/blob/master/LICENSE.txt[size-image]: https://img.shields.io/bundlephobia/minzip/@jswork/next-tarovue-kits
[size-url]: https://github.com/afeiship/next-tarovue-kits/blob/master/dist/next-tarovue-kits.min.js[download-image]: https://img.shields.io/npm/dm/@jswork/next-tarovue-kits
[download-url]: https://www.npmjs.com/package/@jswork/next-tarovue-kits