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

Muhamad Fadhil Surya Putra #8

Open
wants to merge 2 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
2 changes: 2 additions & 0 deletions kanbanesia/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
> 1%
last 2 versions
11 changes: 11 additions & 0 deletions kanbanesia/.firebase/hosting.ZGlzdA.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
css/app.6b16cd3c.css,1568883265214,e9db6ab7fe2bdb64b6c755e80161c57ec2c9b6c52cea793117f7a697f365188b
js/about.8aeca8e9.js,1568883265212,b7080faa6ae2cbbb8d208f23f36a31df47f47e04cd357b114902421064caa21a
js/about.8aeca8e9.js.map,1568883265241,f85907bffda71f39d2b42180615262b538f5b27132e835336bf0b070e9d65879
favicon.ico,1568883265198,1e71457865f706dc865b49a54a86e193818220d290b30226b6630a42faf1535d
img/Logo Kanbanesia.debb116a.png,1568883265198,fa068495bedc58fcc1a758c158255d027cd0e7ff73a40797c89ece8a230bcbda
js/app.009711ee.js,1568883265241,5c490e2e6a6f94afdb4e67e0830890a736c4d06ea829882b4829e4c5d7e25690
js/app.009711ee.js.map,1568883265241,398f2491bff15da1ee614edc006d3801db81d2f2844c4a8b4264823d0fb1216d
index.html,1568883265198,ec2d14b790eb5e67498c45c1bbdcd66e558bbfd68e7736b03a6be0309d786e91
css/chunk-vendors.ab8727c7.css,1568883265243,a47c6ef7a9e132a01cf35e7ee676ff82d64fd666b745bc0fb8d0ee4bb795b26f
js/chunk-vendors.47eb3c5b.js,1568883265241,531d4a1fa59078ba30a3486695ef19b92e4305749970f6cd2ebc54ea68cda315
js/chunk-vendors.47eb3c5b.js.map,1568883265243,9be0fbdf91606a4f9a130947413d97a52f92d7758e0f3833e8aa699800667183
2 changes: 2 additions & 0 deletions kanbanesia/.firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
index.html,1568880149955,a946efe98b4356741a36fbc8906064afcf0587774092889564f6216077d8c2f2
favicon.ico,1568795306821,1e71457865f706dc865b49a54a86e193818220d290b30226b6630a42faf1535d
5 changes: 5 additions & 0 deletions kanbanesia/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "kanbanesia"
}
}
21 changes: 21 additions & 0 deletions kanbanesia/.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?
7 changes: 7 additions & 0 deletions kanbanesia/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# kanbanesia

### LINK DEPLOY

```
https://kanbanesia.firebaseapp.com
```
5 changes: 5 additions & 0 deletions kanbanesia/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
16 changes: 16 additions & 0 deletions kanbanesia/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