A generic template for pc website.
git clone https://github.com/water2891/pcWebTemplate myWebsite
Repository will be downloaded into myWebsite/
folder
Go to the downloaded repository folder and run:
npm install
This will download latest version of required libs, such as bootstrap, jquery, fetch...
npm run serve
App will be opened in browser at http://localhost:8080/
git clone https://github.com/water2891/pcWebTemplate myWebsite &&
cd my-app &&
npm install &&
npm run serve