Skip to content

leepsilon/cloudlabJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cloudlab

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

其他

npm install axios

npm install element-ui -S

npm install vuex --save npm i --save lodash

##服务端express npm install express body-parser npm install jwt-simple npm i cors npm i moment ##数据库mysql npm install mysql

create database cloudlab character set utf8; use cloudlab;

create table user(
uid int not null primary key auto_increment,
username varchar(100) not null,
password varchar(100) not null, roleid int not null
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

create table labimage(
title varchar(50) not null,
imagename varchar(100) not null ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

#部署 使用pm2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors