基于 Rust 和 Vuejs 开发的 SPA Rust-webapp-starter

码农软件 · 软件分类 · Web框架 · 2019-03-24 15:59:03

软件介绍

使用 Rust 的 Actix-web 框架和 Vuejs 开发的 SPA(single page webapp)。

项目特点:

  • Rust 异步、稳定 的 Actix-web 框架

  • diesel ORM 框架, postgresql 数据库,r2d2 线程池

  • SPA +CORS +JWT 权限认证

  • Vuejs 框架 Parcel-bundler 打包

How To

first create a name 'webapp' postgresql database for this project.

 

with docker

docker-compose up -d

 

when development

$ git clone https://github.com/OUISRC/Rust-webapp-starter.git
$ cd Rust-webapp-starter
$ cargo install diesel_cli --no-default-features --features postgres
$ diesel setup
$ cargo run

// another shell  nodejs(v8.9.4 on my machine)

$ cd Rust-webapp-starter/webapp
$ npm install
$ npm run dev

then open browser 'http://localhost:1234/'

本文地址:https://codercto.com/soft/d/2059.html

ACM国际大学生程序设计竞赛

ACM国际大学生程序设计竞赛

俞勇 编 / 2012-12 / 29.00元

《ACM国际大学生程序设计竞赛:知识与入门》适用于参加ACM国际大学生程序设计竞赛的本科生和研究生,对参加青少年信息学奥林匹克竞赛的中学生也很有指导价值。同时,作为程序设计、数据结构、算法等相关课程的拓展与提升,《ACM国际大学生程序设计竞赛:知识与入门》也是难得的教学辅助读物。一起来看看 《ACM国际大学生程序设计竞赛》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具