Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 470 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 470 Bytes

Contributing

Thanks for contributing to Rusty Vue compiler!

Project Setup

  1. Install rustup
  2. clone the repo
  3. git submodule init && git submodule update --recursive
  4. cargo build
  5. Setup pre-commit for git hooks

CLI test

You can use the cli to test locally.

cargo run [file-to-compile.vue]

WASM

You need to install wasm-pack to build wasm.