Coder Social home page Coder Social logo

jql-mobile's Introduction

JQL-mobile

A single page application created by SUI and vue.

install node packages:

npm install

compile the entry:

npm run build

start the application:

npm run start (http://localhost:8080)

change login state:

/static/data/tokenState.json

Directory structure

.
├── README.md           
├── server.js               // Start the local server
├── webpack.config.js 		// Basic Webpack configuration
├── index.html              // Entry page
├── package.json            // Project configuration
├── static 					// Compiled、SUI、data directory
│	├── data 					// Data files
│	├── font					// Iconfont
│	├── smfont					// SUI font
│	└── common.css				// Global style
│
├── src                   	// Produce directory
│   ├── assets            		// Images resource
│   ├── components        		// components
│   ├── views             		// views
│   ├── vuex.vue          		// State management
│   ├── app.vue           		// Route mount point
│   └── main.js           		// Route configuration
.

screen shots

image image

安装依赖包:

npm install

编译入口文件:

npm run build

开启应用:

npm run start (http://localhost:8080)

改变登录状态:

/static/data/tokenState.json

目录结构

.
├── README.md           
├── server.js               // 启动本地服务器
├── webpack.config.js 		// 基本的Webpack配置文件
├── index.html              // 入口页面
├── package.json            // 项目配置文件
├── static 					// 编译、SUI框架、数据文件目录
│	├── data 					// 数据文件
│	├── font					// iconfont字体文件
│	├── smfont					// SUI字体文件
│	└── common.css				// 全局样式
│
├── src                   	// 生产目录
│   ├── assets            		// 图片资源
│   ├── components        		// 各种组件
│   ├── views             		// 各种页面
│   ├── vuex.vue          		// 状态管理
│   ├── app.vue           		// 路由挂载点
│   └── main.js           		// 路由配置
.

截屏

image image

jql-mobile's People

Contributors

yunshan-lew avatar

Watchers

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