Giter Site home page Giter Site logo

jsbox's Introduction

JsBox

点击预览

采用Vue+nodejs实现的在线Js编辑器,前后台通过接口进行访问,可以在线编辑、保存、分享Js代码,实现了简单的响应式。 前台:vue 后台:nodejs、文件存储

界面预览

深色风格界面(装逼专用(〃'▽'〃))

左边可以收起来,中间的横条可以上下拉动噢

为了防止重复提交,搞了个简单的验证码--诗歌验证

运行

下载项目到本地,里面有两个文件夹:

front-vue:采用vue实现的简单单页应用,访问接口与后台通信

JsBox:项目后台,主要采用文件的方式存储信息

1、进入JsBox文件夹

// 安装项目的依赖包
npm install

// 运行
npm start

2、进入front-vue文件夹

// 安装项目的依赖包
npm install

// 运行
npm run dev

发布

1、进入front-vue文件夹

// 编译(压缩)
npm run build

2、将dist文件夹中生成的文件全部拷贝到JsBox/public文件夹中,然后发布该node项目即可

jsbox's People

Contributors

wobudapai avatar selfdown avatar

Watchers

James Cloos 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.