Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 600 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 600 Bytes

rust-vue

安装rust,cargo配置镜像源

安装cargo-generate

cargo install cargo-generate
cargo install wasm-bindgen-cli

编译wasm

npm run wasm:build

Project setup

npm install

Compiles and hot-reloads for development

npm run serve
npm run serve:wasm

Compiles and minifies for production

npm run build
npm run build:wasm

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.