Skip to content

Commit

Permalink
Merge pull request #5 from nenuadrian/upgrade
Browse files Browse the repository at this point in the history
Upgrade dependencies and styles
  • Loading branch information
nenuadrian authored May 15, 2023
2 parents 1c0b40d + df34826 commit a41f35e
Show file tree
Hide file tree
Showing 11 changed files with 22,532 additions and 9,211 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand All @@ -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)
Expand Down
Loading

0 comments on commit a41f35e

Please sign in to comment.