Skip to content

Commit

Permalink
Updating README and removing dist folder from sc
Browse files Browse the repository at this point in the history
  • Loading branch information
hrmoh committed Aug 13, 2020
1 parent 838bc2d commit a5d59dc
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 1,825 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
node_modules
/dist
/src/dist


# local env files
Expand Down
8 changes: 8 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"ExpandedNodes": [
"",
"\\src"
],
"SelectedNode": "\\src\\config.js",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,18 @@ npm run serve
It is recommended to install Vue CLI and run and debug the project going to src folder and running this command:
vue serve -o
```

### Compiles and minifies for production
```
npm run build
```

or using Vue CLI:

vue build
```
### Lints and fixes files
```
npm run lint
Expand Down
1 change: 0 additions & 1 deletion src/dist/css/app.25344f17.css

This file was deleted.

8 changes: 0 additions & 8 deletions src/dist/css/chunk-vendors.abbd367b.css

This file was deleted.

2 changes: 1 addition & 1 deletion src/dist/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>Vue CLI App</title><link href=/css/app.25344f17.css rel=preload as=style><link href=/css/chunk-vendors.abbd367b.css rel=preload as=style><link href=/js/app.059bd30f.js rel=preload as=script><link href=/js/chunk-vendors.4d18a515.js rel=preload as=script><link href=/css/chunk-vendors.abbd367b.css rel=stylesheet><link href=/css/app.25344f17.css rel=stylesheet></head><body><div id=app></div><script src=/js/chunk-vendors.4d18a515.js></script><script src=/js/app.059bd30f.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>Vue CLI App</title><link href=/css/app.d03b1b47.css rel=preload as=style><link href=/css/chunk-vendors.de432d20.css rel=preload as=style><link href=/js/app.ac1de571.js rel=preload as=script><link href=/js/chunk-vendors.f328dd52.js rel=preload as=script><link href=/css/chunk-vendors.de432d20.css rel=stylesheet><link href=/css/app.d03b1b47.css rel=stylesheet></head><body><div id=app></div><script src=/js/chunk-vendors.f328dd52.js></script><script src=/js/app.ac1de571.js></script></body></html>
2 changes: 0 additions & 2 deletions src/dist/js/app.059bd30f.js

This file was deleted.

1 change: 0 additions & 1 deletion src/dist/js/app.059bd30f.js.map

This file was deleted.

1,810 changes: 0 additions & 1,810 deletions src/dist/js/chunk-vendors.4d18a515.js

This file was deleted.

1 change: 0 additions & 1 deletion src/dist/js/chunk-vendors.4d18a515.js.map

This file was deleted.

0 comments on commit a5d59dc

Please sign in to comment.