-
CodeCamp是一款运用Rust和Vue技术开发的网站,旨在全球范围内推广代码知识
资源介绍
密码营
一个用rust + vue编写的网站,用于在世界各地传播代码
火箭队
一个Vue.js + Rocket项目
要求
Install jdk (java)
Install rustup (rust)
Install npm (node package manager)
Install yarn (alternative node package manager)
Install gulp (automate build tasks)
构建生产设置
# cd to the Vue portion of the project
cd vue
# install dependencies
yarn install
# build for production with minification
yarn run build
cd ..
# Rocket requires the night