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

Muhammad Fajri #21

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
node_modules
.env
client/config
dist
.DS_Store

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
# e-commerce
# e-commerce

Admin :
- email: [email protected]
- password: asdasd

Deploy Client : https://e-commerce-e93e5.firebaseapp.com/

API : https://pc-corner.herokuapp.com/

Documentation: https://documenter.getpostman.com/view/9794578/SzKYPGWe
2 changes: 2 additions & 0 deletions client/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> 1%
last 2 versions
18 changes: 18 additions & 0 deletions client/.firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
favicon.ico,1582801164094,1d4ce34cc20e86e824adb612db28c27dd7b4f30aa315e1ac6109511f055c5b1f
index.html,1582801164094,0f37332440d642ce41f56e9c373b3d4c1e5de35d4252e7df4751d0068f282a85
css/app.82a4cca4.css,1582801164094,c591a8909093c4cfcb545c84dd7a8fc37840304310141fd05ecbcfe50839ede5
fonts/fa-regular-400.9efb8697.woff2,1582801164094,e7d8f9c0f49c4d0d1ebe360f2820e9346085661aa0ee539bd147179aeabe1dd9
fonts/fa-regular-400.a57bcf76.woff,1582801164094,4ae162e76b724ebab61e287bb609ac3ed38b2f724cfe0a2723c5a9359274b907
js/app.89561a14.js,1582801164094,a654b16ea13d7f81d813e0fa9d26374d0be739c7c49aee7c65f6c58c7b615793
fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.0509ab09.woff2,1582801164094,a62617fea7115714f2715ddad8a4b1735426fb96dcf176ec3bd5d8645146f434
fonts/fa-brands-400.822d94f1.woff2,1582801164094,11662749e4469d5c1717d82f6c3e7f62ee8d36b5bbffa41182f2094144484818
fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.29b882f0.woff,1582801164094,6f2529484afc7a39eed4c6d21f598eafd97efd388e613c9f5c0e24cc18e1f05c
fonts/fa-solid-900.f6121be5.woff2,1582801164094,3010146ab605b70057e47f3c641fae85e4ccf0c90457a92745ba68691a0faf3e
fonts/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.5f8cffd0.woff2,1582801164082,5ed76cba87be01b4bec731a5e27269455c69ba284d9213b77820405e5ecf3cc4
fonts/fa-brands-400.f4920c94.woff,1582801164094,e07164594d5a916d2056b055e2677593c42fee4c07aae9b9046c79eaa64f6aa1
fonts/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.5be2bb2f.woff,1582801164094,12a0b2b1af4fc47e113817da0b0445383633b90fa5dc89fd83c022599c21dfc8
fonts/fa-solid-900.93f28454.woff,1582801164094,061cd379c8500663d4bad53ffb38459f486033ff440391948983d132afa4ae4f
css/chunk-vendors.ef3fb894.css,1582801164094,56912e326e625733ca5fd432d08b598124d73cb36eb657b64993b3104f57c607
js/app.89561a14.js.map,1582801164094,3f836625db24144b58d22c7f5bce3db134d98d0a655a883f011bc3de8140db7c
js/chunk-vendors.01062bb1.js,1582801164094,2655aae24d93c9658ce357ec37909d6ead524a580f69ad6b0e5419bdf4953e57
js/chunk-vendors.01062bb1.js.map,1582801164110,ae876d2df20c695eb0ed73953ec99437df588b8656c6954dce4f652427ce63ab
5 changes: 5 additions & 0 deletions client/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "e-commerce-e93e5"
}
}
21 changes: 21 additions & 0 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
.DS_Store
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
19 changes: 19 additions & 0 deletions client/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# client

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
16 changes: 16 additions & 0 deletions client/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
"presets": [
"@vue/cli-plugin-babel/preset"
],
"plugins": [
[
"transform-imports",
{
"quasar": {
"transform": "quasar/dist/babel-transforms/imports.js",
"preventFullImport": true
}
}
]
]
}
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"
}
]
}
}
Loading