Code Monkey home page Code Monkey logo

jscode's Introduction

jscode

一些js的小程序

snakeAi.html

贪吃蛇Ai 待完善

App.js

THINKPHP 框架下的前端规范程序

  • 自动识别web目录 / 或者自定义
  • 可装载所有的外部引入的js,css文件
  • App.loadjs()动态加载js文件防止因某一个js文件的加载缓慢导致整个页面卡顿
  • App.url(controller,method,layer)生成带index.phpTP标准的url资源

tinymce-vue.js

tinymce的vue兼容程序, 需要安装tinymce

npm install tinymce -S

import Editor from your/path/to/tinymce-vue


components:{
    'editor':Editor
}


<editor
    :id="'tinymce001'"  //这个地方ID不要使用tinymce
    :plugins="'image link table code codesample'"
    :init="tinymceConfig"
    :url="'/node_modules/tinymce/tinymce.min.js'"
    v-model="form.content"
    ></editor>

jscode's People

Contributors

ccwwonebyone avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.