-
-
Notifications
You must be signed in to change notification settings - Fork 819
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 #482 from bastienwirtz/vuejs-3
Vuejs 3
- Loading branch information
Showing
43 changed files
with
2,248 additions
and
7,931 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/* eslint-env node */ | ||
require("@rushstack/eslint-patch/modern-module-resolution"); | ||
|
||
module.exports = { | ||
root: true, | ||
extends: [ | ||
"plugin:vue/vue3-essential", | ||
"eslint:recommended", | ||
"@vue/eslint-config-prettier", | ||
], | ||
env: { | ||
"vue/setup-compiler-macros": true, | ||
}, | ||
rules: { | ||
"vue/multi-word-component-names": "off", | ||
}, | ||
}; |
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" href="assets/icons/favicon.ico" /> | ||
<link rel="apple-touch-icon" href="assets/icons/apple-touch-icon.png" sizes="180x180"> | ||
<link rel="mask-icon" href="assets/icons/logo.svg"> | ||
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover"> | ||
<title>Homer</title> | ||
</head> | ||
<body> | ||
<div id="app-mount"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
</html> |
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
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 |
---|---|---|
@@ -1,35 +1,29 @@ | ||
{ | ||
"name": "homer", | ||
"version": "21.09.1", | ||
"version": "22.07.2", | ||
"scripts": { | ||
"serve": "vue-cli-service serve", | ||
"build": "vue-cli-service build", | ||
"lint": "vue-cli-service lint" | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview --port 5050", | ||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | ||
}, | ||
"dependencies": { | ||
"@fortawesome/fontawesome-free": "^6.1.1", | ||
"bulma": "^0.9.4", | ||
"core-js": "^3.22.7", | ||
"js-yaml": "^4.1.0", | ||
"lodash.merge": "^4.6.2", | ||
"register-service-worker": "^1.7.2", | ||
"vue": "^2.6.14" | ||
"vue": "^3.2.33" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.19", | ||
"@vue/cli-plugin-eslint": "~4.5.19", | ||
"@vue/cli-plugin-pwa": "~4.5.19", | ||
"@vue/cli-service": "~4.5.19", | ||
"@vue/eslint-config-prettier": "^6.0.0", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-vue": "^6.2.2", | ||
"prettier": "^2.2.1", | ||
"raw-loader": "^4.0.2", | ||
"sass": "^1.26.5", | ||
"sass-loader": "^8.0.2", | ||
"vue-template-compiler": "^2.6.12" | ||
"@rushstack/eslint-patch": "^1.1.0", | ||
"@vitejs/plugin-vue": "^2.3.1", | ||
"@vue/eslint-config-prettier": "^7.0.0", | ||
"eslint": "^8.5.0", | ||
"eslint-plugin-vue": "^9.2.0", | ||
"prettier": "^2.5.1", | ||
"sass": "^1.52.2", | ||
"vite": "^2.9.14", | ||
"vite-plugin-pwa": "^0.12.3" | ||
}, | ||
"license": "Apache-2.0" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# PWA Icons / Images | ||
|
||
We suggest you to create a svg or png icon (if it is a png icon, with the maximum resolution possible) for your application and use it to generate a favicon package in [Favicon Generator](https://realfavicongenerator.net/). | ||
|
||
Once generated, download the ZIP and use android-* icons for pwa-*: | ||
|
||
- use `android-chrome-192x192.png` for `pwa-192x192.png` | ||
- use `android-chrome-512x512.png` for `pwa-512x512.png` | ||
- `apple-touch-icon.png` is `apple-touch-icon.png` | ||
- `favicon.ico` is `favicon.ico` | ||
|
||
` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Oops, something went wrong.