-
vue-rocket:具有Vue.js前端和Rust后端的应用程序下载
资源介绍
火箭队
一个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://