登录 注册
当前位置:主页 > 资源下载 > 50 > vue-rocket:具有Vue.js前端和Rust后端的应用程序下载

vue-rocket:具有Vue.js前端和Rust后端的应用程序下载

  • 更新:2024-09-16 20:41:08
  • 大小:130KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

火箭队 一个Vue.js + Rocket项目 构建生产设置 # cd to the Vue portion of the project cd vue # install dependencies yarn install --ignore-engines # build for production with minification yarn run build cd .. # Rocket requires the nightly version rustup override set nightly cargo run 构建开发设置 # In one terminal window, do: cd vue yarn install --ignore-engines yarn run dev > Your application is running here: http://