36 lines
415 B
Markdown
36 lines
415 B
Markdown
|
# Unilucky 777
|
||
|
|
||
|
This project is initialized with Mario. Follow is the quick guide for how to use.
|
||
|
|
||
|
## Environment Prepare
|
||
|
|
||
|
Install `node_modules`:
|
||
|
|
||
|
```bash
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
or
|
||
|
|
||
|
```bash
|
||
|
yarn install
|
||
|
```
|
||
|
|
||
|
## Provided Scripts
|
||
|
|
||
|
Scripts provided in `package.json`. It's safe to modify or add additional script:
|
||
|
|
||
|
### Start project
|
||
|
|
||
|
```bash
|
||
|
npm run dev:h5
|
||
|
```
|
||
|
|
||
|
### Build project
|
||
|
|
||
|
```bash
|
||
|
npm run build:h5:all
|
||
|
```
|
||
|
|
||
|
## More
|