Skip to content

Commit 8e3bda2

Browse files
committed
upoad plików, przebudowa gettera crud, pakiet poprawek
1 parent 0f514a0 commit 8e3bda2

File tree

53 files changed

+16636
-786
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+16636
-786
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ node_modules/
44
npm-debug.log*
55
yarn-debug.log*
66
yarn-error.log*
7+
src/config.js
78

89
# Editor directories and files
910
.idea

config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
// Paths
4949
assetsRoot: path.resolve(__dirname, '../dist'),
5050
assetsSubDirectory: 'static',
51-
assetsPublicPath: '/',
51+
assetsPublicPath: './',
5252

5353
/**
5454
* Source Maps

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1.0">
6-
<title>iqvia-crm-app</title>
6+
<title>Vue.js based CRUD</title>
77
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons" rel="stylesheet" type="text/css">
88
</head>
99
<body>

0 commit comments

Comments
 (0)