Skip to content

Commit 65acf7b

Browse files
committed
start 1
1 parent 52084ec commit 65acf7b

File tree

128 files changed

+4082
-191
lines changed

Some content is hidden

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

128 files changed

+4082
-191
lines changed

.browserslistrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
> 1%
22
last 2 versions
33
not dead
4+
ie >= 11

.env.example

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
VUE_APP_ID=starter
2+
VUE_APP_NAME=Starter
3+
4+
VUE_APP_LOG_LEVEL=debug
5+
6+
#VUE_APP_SERVICE_URL=http://127.0.0.1:8000/api
7+
#VUE_APP_SERVICE_CLIENT=default

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ pnpm-debug.log*
2121
*.njsproj
2222
*.sln
2323
*.sw?
24+
25+
# Custom
26+
.env
27+
*.backup*
28+
*.dev*
29+
30+
/public/vendor

0 commit comments

Comments
 (0)