Skip to content

Commit

Permalink
Production Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-sharafi committed Jul 23, 2022
1 parent 1bc81f7 commit a760d02
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/css/app.css

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

2 changes: 1 addition & 1 deletion dist/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/main.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/popup.css

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

13 changes: 13 additions & 0 deletions dist/popup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Translator</title>
<link rel="stylesheet" href="popup.css">
</head>
<body>
<div id="app"></div>
<script src="popup.js"></script>
</body>
</html>
2 changes: 2 additions & 0 deletions dist/popup.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/popup.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*!
* Vue.js v2.6.14
* (c) 2014-2021 Evan You
* Released under the MIT License.
*/

0 comments on commit a760d02

Please sign in to comment.