An open API service indexing awesome lists of open source software.

https://github.com/sinri/quickfrontend

The mess of frontend resources and notes.
https://github.com/sinri/quickfrontend

Last synced: about 1 year ago
JSON representation

The mess of frontend resources and notes.

Awesome Lists containing this project

README

          

# QuickFrontend

[![996.icu](https://img.shields.io/badge/link-996.icu-red.svg)](https://996.icu)
[![LICENSE](https://img.shields.io/badge/license-GPLv3%20and%20Anti%20996-blue.svg)](https://github.com/996icu/996.ICU/blob/master/LICENSE)

The mess of frontend resources and notes.

## SinriQF
A simple frontend framework is designed for quick develop with vue.js 2, iview.ui 3, axios, js-cookie.

Link from CDN:

* [Latest Version 2.0](https://www.everstray.com/cdn/QuickFrontend/SinriQF/dist/SinriQF-2.0.js)
* [1.0](https://www.everstray.com/cdn/QuickFrontend/SinriQF/dist/SinriQF-1.0.js)

Usage Sample:

```html

```

Or, use My Personal Asset Network:

```html

```

```javascript
new Vue({
el: '#app',
data: {
},
methods: {
},
mounted: function () {
SinriQF.config.setTokenName("test_quick_frontend");
SinriQF.config.setVueInstance(this);
}
})
```