Add use cases

This commit is contained in:
Sake
2020-09-22 11:08:54 +08:00
parent 8733589135
commit 8dc11c773b
14 changed files with 3357 additions and 1 deletions

26
demo/vuecli3/README.md Normal file
View File

@@ -0,0 +1,26 @@
# EasyWasmPlayer
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve or yarn run dev or yarn run start
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```