4 lines
46 B
Bash
4 lines
46 B
Bash
#!/usr/bin/env bash
|
|
npm install
|
|
npm run serve
|
#!/usr/bin/env bash
|
|
npm install
|
|
npm run serve
|