https://github.com/mixinnetwork/mvm.dev
MVM (Mixin Virtual Machine) document
https://github.com/mixinnetwork/mvm.dev
Last synced: 12 months ago
JSON representation
MVM (Mixin Virtual Machine) document
- Host: GitHub
- URL: https://github.com/mixinnetwork/mvm.dev
- Owner: MixinNetwork
- Created: 2022-03-10T09:58:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-24T09:25:22.000Z (12 months ago)
- Last Synced: 2025-06-24T22:08:32.154Z (12 months ago)
- Language: Vue
- Homepage: https://mvm.dev
- Size: 2.86 MB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# computer-demo
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vite.dev/config/).
## Project Setup
```sh
yarn
```
### Compile and Hot-Reload for Development
```sh
yarn dev
```
### Compile and Minify for Production
```sh
yarn build
```