Skip to content

Commit 870c33e

Browse files
committed
Updates
0 parents  commit 870c33e

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

+197
-0
lines changed

.babelrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"plugins": [
3+
[
4+
"module-resolver",
5+
{
6+
"alias": {
7+
"@": "./src"
8+
}
9+
}
10+
]
11+
]
12+
}

.env

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
PORT = 2222
2+
REACT_APP_PRODUCT_API = http://127.0.0.1:8000/api

.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*

.prettierrc

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"arrowParens": "always",
3+
"bracketSameLine": false,
4+
"bracketSpacing": true,
5+
"embeddedLanguageFormatting": "auto",
6+
"htmlWhitespaceSensitivity": "css",
7+
"insertPragma": false,
8+
"jsxSingleQuote": false,
9+
"printWidth": 120,
10+
"proseWrap": "preserve",
11+
"quoteProps": "as-needed",
12+
"requirePragma": false,
13+
"semi": true,
14+
"singleQuote": true,
15+
"tabWidth": 4,
16+
"trailingComma": "all",
17+
"useTabs": false,
18+
"vueIndentScriptAndStyle": false
19+
}

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.defaultFormatter": "esbenp.prettier-vscode",
4+
"[xml]": {
5+
"editor.defaultFormatter": "DotJoshJohnson.xml"
6+
}
7+
}

asset-manifest.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": {
3+
"main.css": "/static/css/main.da0e33bf.css",
4+
"main.js": "/static/js/main.4c199be5.js",
5+
"static/js/453.b03e3c98.chunk.js": "/static/js/453.b03e3c98.chunk.js",
6+
"static/media/banner3.png": "/static/media/banner3.f464ffd1d3bfeeffaabb.png",
7+
"static/media/3.png": "/static/media/3.1fb9d818e546481bb5bc.png",
8+
"static/media/2.png": "/static/media/2.f75670540df7a5da2558.png",
9+
"static/media/banner2.png": "/static/media/banner2.dc712dc33db99ea7235a.png",
10+
"static/media/banner1.png": "/static/media/banner1.fa01bae5706994e5a8ef.png",
11+
"static/media/1.png": "/static/media/1.99093bdeb25d0b642e66.png",
12+
"static/media/5.png": "/static/media/5.9c1d9fdaa7c4f30db9b1.png",
13+
"static/media/6.png": "/static/media/6.9846651d7fd65b4569eb.png",
14+
"static/media/4.png": "/static/media/4.929059d445ae41406862.png",
15+
"static/media/7.png": "/static/media/7.6c50633147532b3f839f.png",
16+
"index.html": "/index.html",
17+
"main.da0e33bf.css.map": "/static/css/main.da0e33bf.css.map",
18+
"main.4c199be5.js.map": "/static/js/main.4c199be5.js.map",
19+
"453.b03e3c98.chunk.js.map": "/static/js/453.b03e3c98.chunk.js.map"
20+
},
21+
"entrypoints": [
22+
"static/css/main.da0e33bf.css",
23+
"static/js/main.4c199be5.js"
24+
]
25+
}

favicon.ico

15 KB
Binary file not shown.

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href=""/><meta name="viewport" content="width=device-width,initial-scale=1"/><link rel="manifest" href="/manifest.json"/><link rel="manifest" href="./site.webmanifest"/><title>136 Mobile: Mua bán và sửa chữa điện thoại</title><script defer="defer" src="/static/js/main.4c199be5.js"></script><link href="/static/css/main.da0e33bf.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

manifest.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"short_name": "136 Mobile",
3+
"name": "136 Mobile: Buôn bán và sửa chửa điện thoại",
4+
"start_url": ".",
5+
"display": "standalone"
6+
}

robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

site.webmanifest

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "",
3+
"short_name": "",
4+
"icons": [
5+
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
6+
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
7+
],
8+
"theme_color": "#ffffff",
9+
"background_color": "#ffffff",
10+
"display": "standalone"
11+
}

static/css/main.da0e33bf.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.da0e33bf.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/453.b03e3c98.chunk.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/453.b03e3c98.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.4c199be5.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)