This repository has been archived on 2021-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
vuejs_course/npm-run-serve.sh

5 lines
54 B
Bash
Executable File

#!/usr/bin/env bash
cd /app
npm install
npm run serve