8000 GitHub - pxgo/nkc: 科创研究院
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pxgo/nkc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navi 933B gation

nkc

Requirements

Main Frameworks

Install

  1. install all the requirements
  2. clone this repo
  3. run npm build in your console
  4. run npm run init to initialize data
  5. run npm run build-pages-p to compile the page
  6. npm start and you are able to access via localhost:1086

How to call an API

  • In browser
import {nkcAPI} from 'pages/lib/js/netAPI';
import {sweetError, sweetSuccess} from 'pages/lib/js/sweetAlert';

nkcAPI(`pathToYourTarget`, HTTP_Method, {someParameter:'someValue'})
  .then(sweetSuccess)
  .catch(sweetError)

Future plans

  • change the template engine into React,
  • isomorphism
  • multiple device support(IOS, android, etc)

About

科创研究院

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.2%
  • Pug 10.8%
  • Vue 9.0%
  • CSS 3.2%
  • Less 3.2%
  • HTML 0.6%
0