Skip to content

Commit

Permalink
litle refactor without firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dbalas committed Jan 22, 2021
1 parent a4cc694 commit b64472f
Show file tree
Hide file tree
Showing 44 changed files with 318 additions and 10,879 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 13 additions & 0 deletions jsconfig.json
@@ -0,0 +1,13 @@
{
"include": [
"./src/**/*"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"components/*": [
"src/components/*"
]
}
}
}
29 changes: 29 additions & 0 deletions package.json
@@ -0,0 +1,29 @@
{
"name": "widget",
"version": "0.0.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.8.3",
"vue": "^3.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.10",
"@vue/cli-plugin-eslint": "~4.5.10",
"@vue/cli-service": "~4.5.10",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.4.1",
"prettier": "^2.2.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1"
}
}
File renamed without changes.
13 changes: 13 additions & 0 deletions public/example.json
@@ -0,0 +1,13 @@
{
"css": ".bannery__container { background: #4b5971; font-family: Roboto; } .bannery__buttons__primary { color: white; background: #ed8b00; } .bannery__buttons__primary:hover { background: #c77500; } .bannery__buttons__secondary { color: white; background: transparent; } .bannery__buttons__secondary:hover { text-decoration: none; } .bannery__title { color: white; font-weight: 600; } .bannery__content { color: white; }",
"startDate": "2021-01-21T06:29:14.185Z",
"endDate": "2021-20-23T06:29:14.185Z",
"link": "https://google.es",
"texts": {
"title": "Vuelve el Digital Sales Summit",
"content": "Vende más y mejor en 2021: 3 días, 27 expertos, 6 categorías ¡Apúntate ahora!",
"primaryButton": "Inscribirme",
"secondaryButton": "Cerrar"
},
"enabled": true
}
File renamed without changes.
13 changes: 0 additions & 13 deletions server/.editorconfig

This file was deleted.

7 changes: 0 additions & 7 deletions server/.eslintignore

This file was deleted.

29 changes: 0 additions & 29 deletions server/.eslintrc

This file was deleted.

12 changes: 0 additions & 12 deletions server/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions server/app.js

This file was deleted.

0 comments on commit b64472f

Please sign in to comment.