Skip to content

Commit

Permalink
Update to Vue.js v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMicky-FR committed Dec 26, 2023
1 parent edd5df0 commit 5801045
Show file tree
Hide file tree
Showing 47 changed files with 1,701 additions and 2,201 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ require('@rushstack/eslint-patch/modern-module-resolution')

module.exports = {
root: true,
extends: [
'extends': [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier',
'@vue/eslint-config-prettier/skip-formatting',
],
ignorePatterns: ['build/**'],
parserOptions: {
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ coverage
*.sln
*.sw?

*.tsbuildinfo

# PHP-CS-Fixer
.php-cs-fixer.cache
4 changes: 0 additions & 4 deletions .prettierrc

This file was deleted.

8 changes: 8 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all"
}
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@

An automatic installer for [Azuriom](https://azuriom.com/) built with [Vue.js](https://vuejs.org/).

## Project setup for development
```
## Project Setup

```sh
npm install
```

### Compiles and hot-reloads for development
```
### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compiles and minifies for production
```
### Type-Check, Compile and Minify for Production

```sh
npm run build
```

### Lints and fixes files
```
### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```
2 changes: 1 addition & 1 deletion backend/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Azuriom
*/
$installerVersion = '1.1.1';
$installerVersion = '1.1.2';

$minPhpVersion = '8.1';

Expand Down
File renamed without changes
5 changes: 0 additions & 5 deletions build/assets/index-18017d70.css

This file was deleted.

5 changes: 5 additions & 0 deletions build/assets/index-UFd3Q5Fo.css

Large diffs are not rendered by default.

27 changes: 0 additions & 27 deletions build/assets/index-ee6087d9.js

This file was deleted.

21 changes: 21 additions & 0 deletions build/assets/index-hykvWhvH.js

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions build/assets/logo-f5954b01.svg

This file was deleted.

5 changes: 2 additions & 3 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<link rel="icon" href="https://azuriom.com/assets/img/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Installation - Azuriom</title>
<script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/Azuriom/[email protected].1/build/assets/index-ee6087d9.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Azuriom/[email protected].1/build/assets/index-18017d70.css">
<script type="module" crossorigin src="https://cdn.jsdelivr.net/gh/Azuriom/[email protected].2/build/assets/index-hykvWhvH.js"></script>
<link rel="stylesheet" crossorigin href="https://cdn.jsdelivr.net/gh/Azuriom/[email protected].2/build/assets/index-UFd3Q5Fo.css">
</head>
<body>
<div id="app"></div>

</body>
</html>
Loading

0 comments on commit 5801045

Please sign in to comment.