Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ahmad Abdul Azis #35

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions client/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* 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"
],
"parserOptions": {
"ecmaVersion": "latest"
}
}
15 changes: 15 additions & 0 deletions client/.firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
404.html,1660794834167,3240c6b45513fdd97861a63c8ae3ef0e7d2bf1357ec632ad7e6839473710326c
favicon.ico,1660794834168,d5451f0f0f0bcbcd433bbdf4f6e7e5d89d8ecce2650649e969ccb5e5cd499ab2
index.html,1660881776246,31e6b1860f32c6d6b3daef50529727fb745087c03ba7ad5a9fbf35f85f32d903
assets/iconG.d83ddf4e.png,1660881776246,c3b7499f20ce14aebb3ae0587645656d3b98060f1e28718e354c8e17fd7abeb8
assets/index.c16e9643.css,1660881776247,4b0a1974f68c807505fc635652e589d1ae6b1312a199cd37a207abef275adc47
assets/Tungsten-Bold.dc0c992e.ttf,1660881776247,490034de1bba0d7c5801ce96618ae9a2b490b080f9689a1254fadd9c8da6ec36
assets/bg.e80f6b11.jpg,1660881776246,835b263dbc73c66880d851cc90ab72a32921af26423526f917f9671764a82e82
assets/index.1bc52cd4.js,1660881776247,e52e81da6d570ea8289c36d3afec9f157b719f8e858f9cfec159a116edb77d8b
assets/Fracture.5d5e009d.jpeg,1660881776246,26ae53eb599d0b8e866ae1907505a115a74cbc4394c14a3dea70895be4a7afb8
assets/Ascent.ad450b27.jpg,1660881776250,00c998e7f2754f480bec8adc1d3fb74beb0e092c176812db2ed1ebf8c98dd013
assets/Pearl.0713fbfe.jpg,1660881776250,d4082969ddb6e92392a25e10f8ce39e4710b5352abcdc9bfccc971f639250ddc
assets/Bind.a7440eba.jpg,1660881776250,07b82022306eafbe589b3d3c89a9aaf678b3a2727e6ee9ec38e4b3ed950628de
assets/Breeze.799235ec.jpg,1660881776250,a1e312d243175707d128605f6737818c564ff751607564780fc8d79e8e16314f
assets/Icebox.bf9c9fb7.jpg,1660881776251,b8eae83bf7c80432fb3abc315ec40d1ba092866b0f64931e603ab0675d55cd6d
assets/Haven.cedb75fd.jpg,1660881776252,59135e9dc9061e99d3b1bb893dc92ed17aa2bf97f9a62e4e14336d6c408357d9
5 changes: 5 additions & 0 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "iproject-ahmad"
}
}
28 changes: 28 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

/cypress/videos/
/cypress/screenshots/

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions client/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
}
35 changes: 35 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# client

This template should help get you started developing with Vue 3 in Vite.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```

### Lint with [ESLint](https://eslint.org/)

```sh
npm run lint
```
16 changes: 16 additions & 0 deletions client/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"hosting": {
"public": "dist",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
20 changes: 20 additions & 0 deletions client/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">

<title>Gege Geming</title>
</head>

<body>
<div id="app"></div>
<script src="https://accounts.google.com/gsi/client" async defer></script>
<script type="module" src="/src/main.js"></script>
</body>

</html>
Loading