Skip to content

Commit 6fa269c

Browse files
committed
fix(rename): nuxt-speedkit to nuxt-booster
1 parent 5058f82 commit 6fa269c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1612
-1620
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ sw.js
99
.output
1010

1111
src/runtime/tmpl/**/*
12-
src/runtime/components/SpeedkitLayer.vue
12+
src/runtime/components/BoosterLayer.vue
1313
src/supportedBrowserDetector.mjs

.github/FUNDING.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
44
patreon: # Replace with a single Patreon username
5-
open_collective: nuxt-speedkit
5+
open_collective: nuxt-booster
66
ko_fi: # Replace with a single Ko-fi username
77
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
88
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry

.github/workflows/sonar-cloud.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
uses: sonarsource/sonarcloud-github-action@master
5353
with:
5454
args: >
55-
-Dsonar.organization=grabarzundpartner
56-
-Dsonar.projectKey=GrabarzUndPartner_nuxt-speedkit
55+
-Dsonar.organization=basics
56+
-Dsonar.projectKey=basics_nuxt-booster
5757
-Dsonar.eslint.reportPaths=eslint-report.json
5858
-Dsonar.projectVersion=${{ steps.package-version.outputs.current-version}}
5959
env:

.mailmap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Renovate Bot <[email protected]>
2-
StephanGerbeth <[email protected]> Stephan Gerbeth <[email protected]>
3-
Thorn Walli <[email protected]> Thorn Walli <[email protected]>
2+
StephanGerbeth <[email protected]>
3+
Thorn Walli <[email protected]>
44
semantic-release-bot <[email protected]>

CHANGELOG.md

+1,299-1,299
Large diffs are not rendered by default.

CODE_OF_CONDUCT.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [email protected]. All
58+
reported by contacting the project team at <[email protected]>. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -68,9 +68,9 @@ members of the project's leadership.
6868
## Attribution
6969

7070
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
71+
available at <https://www.contributor-covenant.org/version/1/4/code-of-conduct.html>
7272

7373
[homepage]: https://www.contributor-covenant.org
7474

7575
For answers to common questions about this code of conduct, see
76-
https://www.contributor-covenant.org/faq
76+
<https://www.contributor-covenant.org/faq>

CONTRIBUTING.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# Contributing to Nuxt-Speedkit
1+
# Contributing to Nuxt-Booster
2+
23
We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
34

45
- Reporting a bug
@@ -8,9 +9,11 @@ We love your input! We want to make contributing to this project as easy and tra
89
- Becoming a maintainer
910

1011
## We Develop with Github
12+
1113
We use github to host code, to track issues and feature requests, as well as accept pull requests.
1214

1315
## We Use [Github Flow](https://guides.github.com/introduction/flow/index.html), So All Code Changes Happen Through Pull Requests
16+
1417
Pull requests are the best way to propose changes to the codebase (we use [Github Flow](https://guides.github.com/introduction/flow/index.html)). We actively welcome your pull requests:
1518

1619
1. Fork the repo and create your branch from `master`.
@@ -21,12 +24,15 @@ Pull requests are the best way to propose changes to the codebase (we use [Githu
2124
6. Issue that pull request!
2225

2326
## Any contributions you make will be under the MIT Software License
27+
2428
In short, when you submit code changes, your submissions are understood to be under the same [MIT License](http://choosealicense.com/licenses/mit/) that covers the project. Feel free to contact the maintainers if that's a concern.
2529

26-
## Report bugs using Github's [issues](https://github.com/GrabarzUndPartner/nuxt-speedkit/issues)
27-
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/GrabarzUndPartner/nuxt-speedkit/issues/new/choose); it's that easy!
30+
## Report bugs using Github's [issues](https://github.com/basics/nuxt-booster/issues)
31+
32+
We use GitHub issues to track public bugs. Report a bug by [opening a new issue](https://github.com/basics/nuxt-booster/issues/new/choose); it's that easy!
2833

2934
## Write bug reports with detail, background, and sample code
35+
3036
**Great Bug Reports** tend to have:
3137

3238
- A quick summary and/or background
@@ -40,7 +46,9 @@ We use GitHub issues to track public bugs. Report a bug by [opening a new issue]
4046
People *love* thorough bug reports. I'm not even kidding.
4147

4248
## License
49+
4350
By contributing, you agree that your contributions will be licensed under its MIT License.
4451

4552
## References
53+
4654
This document was adapted from the open-source contribution guidelines from [Brian A. Danielak](https://gist.github.com/briandk/3d2e8b3ec8daf5a27a62)

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Grabarz & Partner Werbeagentur GmbH
3+
Copyright (c) 2024 basics
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+33-41
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,28 @@
11
<p align="right">
22
share me:
3-
<a href="https://twitter.com/intent/tweet?url=https://github.com/GrabarzUndPartner/nuxt-speedkit&text=nuxt-speedkit will help you to improve the lighthouse performance score of your website&via=grabarzpartner&hashtags=vue,nuxt,speedkit">
3+
<a href="https://twitter.com/intent/tweet?url=https://github.com/basics/nuxt-booster&text=nuxt-booster will help you to improve the lighthouse performance score of your website&via=basics&hashtags=vue,nuxt,booster">
44
<img width="24" height="24" src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/twitter.svg?sanitize=true"/>
55
</a>
6-
<a href="https://news.ycombinator.com/submitlink?u=https://github.com/GrabarzUndPartner/nuxt-speedkit&t=nuxt-speedkit will help you to improve the lighthouse performance score">
6+
<a href="https://news.ycombinator.com/submitlink?u=https://github.com/basics/nuxt-booster&t=nuxt-booster will help you to improve the lighthouse performance score">
77
<img width="24" height="24" src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/hackernews.svg?sanitize=true"/>
88
</a>
9-
<a href="https://reddit.com/submit?url=https://github.com/GrabarzUndPartner/nuxt-speedkit&title=nuxt-speedkit will help you to improve the lighthouse performance score of your website">
9+
<a href="https://reddit.com/submit?url=https://github.com/basics/nuxt-booster&title=nuxt-booster will help you to improve the lighthouse performance score of your website">
1010
<img width="24" height="24" src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/reddit.svg?sanitize=true"/>
1111
</a>
12-
<a href="https://www.facebook.com/sharer.php?u=https://github.com/GrabarzUndPartner/nuxt-speedkit">
12+
<a href="https://www.facebook.com/sharer.php?u=https://github.com/basics/nuxt-booster">
1313
<img width="24" height="24" src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/facebook.svg?sanitize=true"/>
1414
</a>
15-
<a href="https://www.xing.com/spi/shares/new?url=https://github.com/GrabarzUndPartner/nuxt-speedkit">
15+
<a href="https://www.xing.com/spi/shares/new?url=https://github.com/basics/nuxt-booster">
1616
<img width="24" height="24" src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/xing.svg?sanitize=true"/>
1717
</a>
18-
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://github.com/GrabarzUndPartner/nuxt-speedkit&title=nuxt-speedkit&summary=nuxt-speedkit will help you to improve the lighthouse performance score of your website">
18+
<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://github.com/basics/nuxt-booster&title=nuxt-booster&summary=nuxt-booster will help you to improve the lighthouse performance score of your website">
1919
<img width="24" height="24" src="https://raw.githubusercontent.com/edent/SuperTinyIcons/master/images/svg/linkedin.svg?sanitize=true"/>
2020
</a>
2121
</p>
2222

23-
![nuxt-speedkit][logo]
23+
<!-- ![nuxt-booster][logo] -->
2424

25-
# Nuxt Speedkit
26-
27-
[![Grabarz & Partner - Module][grabarz-partner-module-src]][grabarz-partner-href]
25+
# Nuxt Booster
2826

2927
[![main][github-workflow-main-src]][github-workflow-main-href]
3028
[![next][github-workflow-beta-src]][github-workflow-beta-href]
@@ -38,21 +36,18 @@
3836
[![License][license-src]][license-href]
3937

4038
- [&nbsp;&nbsp;**Release Notes**](./CHANGELOG.md)
41-
- [👁 &nbsp;&nbsp;**Preview**](https://grabarzundpartner.github.io/nuxt-speedkit-example/)
39+
- [👁 &nbsp;&nbsp;**Preview**](https://basics.github.io/nuxt-booster-example/)
4240

43-
Nuxt Speedkit takes over the Lighthouse performance optimization of your generated website.
41+
Nuxt Booster takes over the Lighthouse performance optimization of your generated website.
4442
All used components and resources are loaded on demand based on the viewport.
4543

4644
## Demos
4745

48-
- [Grabarz & Partner](https://grabarzundpartner.de/) ([Lighthouse](https://pagespeed.web.dev/report?url=https%3A%2F%2Fgrabarzundpartner.de%2F), [Sitespeed](https://nuxt-speedkit.grabarzundpartner.dev/reports/sitespeed/grabarzundpartner/))
49-
- [Grabarz Group](https://grabarz-group.de/) ([Lighthouse](https://pagespeed.web.dev/report?url=https%3A%2F%2Fgrabarz-group.de%2F), [Sitespeed](https://nuxt-speedkit.grabarzundpartner.dev/reports/sitespeed/grabarz-group/))
50-
- [Nuxt Speedkit Example](https://nuxt-speedkit.grabarzundpartner.dev/playground/) ([Lighthouse](https://pagespeed.web.dev/report?url=https%3A%2F%2Fnuxt-speedkit.grabarzundpartner.dev%2Fexample%2F), [Sitespeed](https://nuxt-speedkit.grabarzundpartner.dev/reports/sitespeed/nuxt-speedkit/))
46+
- [Nuxt Booster Example](https://basics.github.io/nuxt-booster/playground/) ([Lighthouse](https://pagespeed.web.dev/report?url=https%3A%2F%2Fbasics.github.io%2Fnuxt-booster%2Fplayground%2F), [Sitespeed](https://basics.github.io/nuxt-booster/reports/sitespeed/nuxt-booster/))
5147

5248
## Getting Started
5349

54-
Please follow the [📖 &nbsp;&nbsp;**Documentation**](https://nuxt-speedkit.grabarzundpartner.dev/)
55-
> Nuxt Speedkit (v1) documentation has been moved to [nuxt-speedkit.grabarzundpartner.dev/v1/](https://nuxt-speedkit.grabarzundpartner.dev/v1/).
50+
Please follow the [📖 &nbsp;&nbsp;**Documentation**](https://basics.github.io/nuxt-booster/)
5651

5752
## Requirements
5853

@@ -77,11 +72,11 @@ Please follow the [📖 &nbsp;&nbsp;**Documentation**](https://nuxt-speedkit.gra
7772
- delivery of the minimum required resources based on the current viewport
7873
- if you use the tools as specified you will get a lighthouse performance score of 100/100
7974

80-
📖 &nbsp;&nbsp;[Read more](https://nuxt-speedkit.grabarzundpartner.dev/)
75+
📖 &nbsp;&nbsp;[Read more](https://basics.github.io/nuxt-booster/)
8176

8277
## Browsers support
8378

84-
> You can use `nuxt-speedkit` with **Internet Explorer 11** browser. [Learn more at Browser compatibility](https://nuxt-speedkit.grabarzundpartner.dev/caveats#browser-compatibility)
79+
> You can use `nuxt-booster` with **Internet Explorer 11** browser. [Learn more at Browser compatibility](https://basics.github.io/nuxt-booster/caveats#browser-compatibility)
8580
8681
| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari-ios/safari-ios_48x48.png" alt="iOS Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>iOS Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/samsung-internet/samsung-internet_48x48.png" alt="Samsung" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Samsung | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/opera/opera_48x48.png" alt="Opera" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Opera | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/vivaldi/vivaldi_48x48.png" alt="Vivaldi" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br/>Vivaldi |
8782
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -102,42 +97,39 @@ Please follow the [📖 &nbsp;&nbsp;**Documentation**](https://nuxt-speedkit.gra
10297

10398
or look here
10499

105-
- [Preview](https://nuxt-speedkit.grabarzundpartner.dev/playground)
106-
- [Report Client](https://nuxt-speedkit.grabarzundpartner.dev/playground/reports/webpack/client.html)
107-
- [Report Modern](https://nuxt-speedkit.grabarzundpartner.dev/playground/reports/webpack/modern.html)
108-
- [Report Server](https://nuxt-speedkit.grabarzundpartner.dev/playground/reports/webpack/server.html)
100+
- [Preview](https://basics.github.io/nuxt-booster/playground)
101+
- [Report Client](https://basics.github.io/nuxt-booster/playground/reports/webpack/client.html)
102+
- [Report Modern](https://basics.github.io/nuxt-booster/playground/reports/webpack/modern.html)
103+
- [Report Server](https://basics.github.io/nuxt-booster/playground/reports/webpack/server.html)
109104

110105
## Consulting & Support
111106

112-
Do you need further support, a consultation or a code review for an appropriate fee? Just contact us via eMail: [email protected]. We are looking forward to your request.
107+
Do you need further support, a consultation or a code review for an appropriate fee? Just contact us via eMail: <[email protected]>. We are looking forward to your request.
113108

114109
## License
115110

116111
[MIT License](./LICENSE)
117112

118113
<!-- Badges -->
119-
[logo]: https://repository-images.githubusercontent.com/265295866/7e292000-5cc1-11eb-8469-1aafbf1d2727 "nuxt-speedkit"
120-
[grabarz-partner-module-src]: <https://img.shields.io/badge/Grabarz%20&%20Partner-Module-d19700>
121-
[grabarz-partner-href]: <https://grabarzundpartner.de>
122114

123115
[renovate-status-src]: <https://img.shields.io/badge/renovate-enabled-brightgreen>
124116
[renovate-status-href]: <https://renovate.whitesourcesoftware.com/>
125117

126-
[github-workflow-main-src]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Main/badge.svg?branch=main>
127-
[github-workflow-main-href]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3AMain>
128-
[github-workflow-beta-src]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Beta/badge.svg?branch=beta>
129-
[github-workflow-beta-href]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3ABeta>
130-
[github-workflow-test-src]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/workflows/Test/badge.svg?branch=main>
131-
[github-workflow-test-href]: <https://github.com/GrabarzUndPartner/nuxt-speedkit/actions?query=workflow%3ATest>
118+
[github-workflow-main-src]: <https://github.com/basics/nuxt-booster/workflows/Main/badge.svg?branch=main>
119+
[github-workflow-main-href]: <https://github.com/basics/nuxt-booster/actions?query=workflow%3AMain>
120+
[github-workflow-beta-src]: <https://github.com/basics/nuxt-booster/workflows/Beta/badge.svg?branch=beta>
121+
[github-workflow-beta-href]: <https://github.com/basics/nuxt-booster/actions?query=workflow%3ABeta>
122+
[github-workflow-test-src]: <https://github.com/basics/nuxt-booster/workflows/Test/badge.svg?branch=main>
123+
[github-workflow-test-href]: <https://github.com/basics/nuxt-booster/actions?query=workflow%3ATest>
132124

133-
[sonarcloud-src]: <https://sonarcloud.io/api/project_badges/measure?project=GrabarzUndPartner_nuxt-speedkit&metric=alert_status>
134-
[sonarcloud-href]: <https://sonarcloud.io/dashboard?id=GrabarzUndPartner_nuxt-speedkit>
125+
[sonarcloud-src]: <https://sonarcloud.io/api/project_badges/measure?project=basics_nuxt-booster&metric=alert_status>
126+
[sonarcloud-href]: <https://sonarcloud.io/dashboard?id=basics_nuxt-booster>
135127

136-
[license-src]: https://img.shields.io/npm/l/nuxt-speedkit.svg?style=flat-square
137-
[license-href]: https://npmjs.com/package/nuxt-speedkit
128+
[license-src]: https://img.shields.io/npm/l/nuxt-booster.svg?style=flat-square
129+
[license-href]: https://npmjs.com/package/nuxt-booster
138130

139-
[npm-version-latest-src]: https://img.shields.io/npm/v/nuxt-speedkit/latest.svg?
140-
[npm-version-latest-href]: https://npmjs.com/package/nuxt-speedkit/v/latest
131+
[npm-version-latest-src]: https://img.shields.io/npm/v/nuxt-booster/latest.svg?
132+
[npm-version-latest-href]: https://npmjs.com/package/nuxt-booster/v/latest
141133

142-
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-speedkit.svg?style=flat-square
143-
[npm-downloads-href]: https://npmjs.com/package/nuxt-speedkit
134+
[npm-downloads-src]: https://img.shields.io/npm/dt/nuxt-booster.svg?style=flat-square
135+
[npm-downloads-href]: https://npmjs.com/package/nuxt-booster

jsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"sourceMap": true,
99
"baseUrl": ".",
1010
"paths": {
11-
"nuxt-speedkit/*": [
11+
"nuxt-booster/*": [
1212
"src/runtime/*"
1313
],
14-
"#speedkit": [
14+
"#booster": [
1515
"src/runtime/*"
1616
],
1717
"@/*": [

nuxt-speedkit.code-workspace

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
},
6060
"javascript.format.enable": false,
6161
"path-intellisense.mappings": {
62-
"nuxt-speedkit": "${workspaceRoot}/src/runtime",
62+
"nuxt-booster": "${workspaceRoot}/src/runtime",
6363
"@": "${workspaceRoot}/playground",
6464
"@@": "${workspaceRoot}"
6565
},

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)