jsplayground:JavaScript 游乐场

时间:2024-08-02 15:50:17
【文件属性】:

文件名称:jsplayground:JavaScript 游乐场

文件大小:279KB

文件格式:ZIP

更新时间:2024-08-02 15:50:17

JavaScript

JavaScript 游乐场 (JSPG) 用于玩 JavaScript 的模拟控制台 这个项目是一种使用 JavaScript 的愚蠢方式。 基本前提是,这是一个容器项目,您可以在其中编写小的 Javascript 片段并使用底层的 liveedit 功能查看结果。 Javascript snipet 的结果显示在网页中托管的模拟控制台中。 要添加您自己的 JS 代码,只需编辑js/playground.js文件。 window.playground = function() { 'use strict'; mcl('Welcome to the playgound'); // {{ your code here! }} }; 使用全局mcl函数输出到模拟控制台。 旁注:该项目基于 您可以使用 gulp 启动应用程序。 $ gulp [09:21:21] Us


【文件预览】:
jsplayground-master
----css()
--------styles.css(401B)
----.gitignore(150B)
----JavaScript_Playground.png(36KB)
----README.md(2KB)
----views()
--------console_view.html(191B)
----robots.txt(31B)
----LICENSE(1KB)
----scss()
--------styles.scss(401B)
----.jshintrc(654B)
----karma.config.js(2KB)
----bower.json(652B)
----package.json(785B)
----fonts()
--------glyphicons-halflings-regular.svg(61KB)
--------glyphicons-halflings-regular.woff(23KB)
--------glyphicons-halflings-regular.ttf(40KB)
--------glyphicons-halflings-regular.eot(20KB)
----spec()
--------simple-spec.js(334B)
----images()
--------spritesheet.jpg(41KB)
--------ws_liveedit.png(52KB)
--------ws_externaltools.png(44KB)
----js()
--------iebs()
--------playground.js(523B)
--------templates.js(123B)
--------app.js(498B)
--------panel_directive.js(4KB)
--------vendor()
--------console_controller.js(1KB)
----index.html(2KB)
----gulpfile.js(3KB)

网友评论