-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from nenuadrian/upgrade
Upgrade dependencies and styles
- Loading branch information
Showing
11 changed files
with
22,532 additions
and
9,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,5 @@ jobs: | |
- uses: actions/checkout@v2 | ||
- name: Install and build | ||
run: | | ||
npm install | ||
npm run build | ||
- name: "Deploy \U0001F680" | ||
uses: JamesIves/[email protected] | ||
with: | ||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | ||
BRANCH: gh-pages | ||
FOLDER: dist | ||
CLEAN: true | ||
npm install --legacy-peer-deps | ||
npm run build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,13 +18,13 @@ | |
|
||
## Getting started | ||
|
||
The easiest way to start using Prefetchalyzer is by using the hosted version available [here](https://google.github.io/prefetchalyzer/). | ||
The easiest way to start using Prefetchalyzer is by using the hosted version available [here](https://gtech-professional-services.github.io/prefetchalyzer/). | ||
|
||
## Project setup | ||
The project was generated with vue-cli. | ||
|
||
``` | ||
npm install | ||
npm install --legacy-peer-deps | ||
``` | ||
For VSCode, Vetur extension is used to format the .vue files. | ||
Following settings are made in settings.json: | ||
|
@@ -48,7 +48,7 @@ Following settings are made in settings.json: | |
|
||
### Compiles and hot-reloads for development | ||
``` | ||
npm run serve | ||
npm start | ||
``` | ||
|
||
### Compiles and minifies for production | ||
|
@@ -64,6 +64,18 @@ npm run lint | |
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
|
||
### TODO Workflow Deployment | ||
|
||
``` | ||
- name: "Deploy \U0001F680" | ||
uses: JamesIves/[email protected] | ||
with: | ||
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}' | ||
BRANCH: gh-pages | ||
FOLDER: dist | ||
CLEAN: true | ||
``` | ||
|
||
### Authors | ||
- [Stephan Giesau](https://github.com/pianomister/) | ||
- [Ayman Farhat](https://github.com/aymanfarhat) | ||
|
Oops, something went wrong.