Skip to content

Commit

Permalink
Add package files for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerj committed May 21, 2019
1 parent 624878b commit c6f08c3
Show file tree
Hide file tree
Showing 36 changed files with 3,030 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 8,7 @@ test/e2e/reports
selenium-debug.log
docs/
package-lock.json
dist/

# Editor directories and files
.idea
Expand Down
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 29,5 @@ src
#generated
docs

dist

9 changes: 9 additions & 0 deletions dist/css/app.704981f078189267d51319bb77b62595.css

Large diffs are not rendered by default.

Binary file added dist/fonts/fontawesome-webfont.674f50d.eot
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.af7ae50.woff2
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.b06871f.ttf
Binary file not shown.
Binary file added dist/fonts/fontawesome-webfont.fee66e7.woff
Binary file not shown.
Binary file added dist/fonts/roboto-v15-latin-regular.16e1d93.woff
Binary file not shown.
Binary file added dist/fonts/roboto-v15-latin-regular.38861cb.ttf
Binary file not shown.
Binary file not shown.
Binary file added dist/fonts/roboto-v15-latin-regular.9f916e3.eot
Binary file not shown.
Binary file added dist/img/cars/Golf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/cars/Jetta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/cars/Passat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/cars/Polo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/cars/Scirocco.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/cars/Touareg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/cars/Yeni.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/color.c7a3380.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,671 changes: 2,671 additions & 0 deletions dist/img/fontawesome-webfont.912ec66.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/galleria1.725c2db.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/galleria2.a396e3a.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/galleria3.79e3b59.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/galleria4.179c768.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/galleria5.df4cc30.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/line.567f573.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/img/logo.c086536.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
308 changes: 308 additions & 0 deletions dist/img/roboto-v15-latin-regular.3d3a535.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 1 @@
<!DOCTYPE html><html><head><meta charset=utf-8><title>VueFace</title><script src="https://www.google.com/recaptcha/api.js?render=explicit" async defer=defer></script><script type=text/javascript src=https://maps.google.com/maps/api/js async defer=defer></script><link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css><link href=css/app.704981f078189267d51319bb77b62595.css rel=stylesheet></head><body><div id=app class="min-height: 100%"></div><script type=text/javascript src=js/manifest.5abe310ef2fafcf81b83.js></script><script type=text/javascript src=js/vendor.a12093d45dece9df9592.js></script><script type=text/javascript src=js/app.d6a6db7913d492b92d2f.js></script></body></html>
2 changes: 2 additions & 0 deletions dist/js/app.d6a6db7913d492b92d2f.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/app.d6a6db7913d492b92d2f.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/js/manifest.5abe310ef2fafcf81b83.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/js/manifest.5abe310ef2fafcf81b83.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions dist/js/vendor.a12093d45dece9df9592.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/js/vendor.a12093d45dece9df9592.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 6,9 @@
"private": false,
"homepage": "https://github.com/sudheerj/vueface",
"main": "./src/index.js",
"files": [
"src"
],
"scripts": {
"dev": "node build/dev-server.js",
"start": "npm run dev",
Expand Down

0 comments on commit c6f08c3

Please sign in to comment.