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.
- Host: GitHub
- URL: https://github.com/sinri/quickfrontend
- Owner: sinri
- License: gpl-3.0
- Created: 2018-12-06T02:27:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T09:25:06.000Z (almost 4 years ago)
- Last Synced: 2025-01-29T18:33:31.208Z (over 1 year ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickFrontend
[](https://996.icu)
[](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);
}
})
```