Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prateek devtest #3630

Open
wants to merge 47 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
60a3199
updated
psaini12ednet Sep 27, 2024
cb7b04a
Updated
psaini12ednet Sep 27, 2024
2c513cc
Updated my first vue component
psaini12ednet Sep 27, 2024
64ce823
Updated
psaini12ednet Sep 27, 2024
b970036
updated
psaini12ednet Sep 27, 2024
8c2c0b8
Updated
psaini12ednet Sep 27, 2024
8423545
Updated
psaini12ednet Sep 27, 2024
6695c2c
Updated
psaini12ednet Sep 27, 2024
b62eb40
Updated
psaini12ednet Sep 27, 2024
deb5d93
Updated
psaini12ednet Sep 27, 2024
cad239d
Updated
psaini12ednet Sep 27, 2024
9c6ad7d
Updated
psaini12ednet Sep 27, 2024
6e06c6e
Updated
psaini12ednet Sep 27, 2024
e63b834
Updated
psaini12ednet Sep 27, 2024
f7a0126
Updated
psaini12ednet Sep 27, 2024
d9c2413
Updated
psaini12ednet Sep 27, 2024
018d5d6
Updated
psaini12ednet Sep 27, 2024
725b2e0
Updated
psaini12ednet Sep 27, 2024
2ad271a
Updated
psaini12ednet Sep 27, 2024
5e8d2ae
Updated
psaini12ednet Sep 27, 2024
d310b63
Updated
psaini12ednet Sep 27, 2024
1c12c76
Updated
psaini12ednet Sep 27, 2024
ddd029c
Updated
psaini12ednet Sep 27, 2024
f0d5220
Updated
psaini12ednet Sep 27, 2024
5e09d3a
Updated
psaini12ednet Sep 27, 2024
a0e9b12
Updated
psaini12ednet Sep 27, 2024
f6cd82f
Updated
psaini12ednet Sep 27, 2024
89a7dbe
Updated
psaini12ednet Sep 27, 2024
b0cb945
Updated
psaini12ednet Sep 27, 2024
cbbaba6
Updated
psaini12ednet Sep 27, 2024
ee425c8
Updated
psaini12ednet Sep 27, 2024
ebe92e4
Updated
psaini12ednet Sep 27, 2024
b60afc9
Updated
psaini12ednet Sep 27, 2024
cdc19fb
Updated
psaini12ednet Sep 27, 2024
6bda8b5
Updated
psaini12ednet Sep 27, 2024
fd891c3
Updated
psaini12ednet Sep 27, 2024
7cc4b15
Updated
psaini12ednet Sep 27, 2024
04d77a6
Updated
psaini12ednet Sep 27, 2024
bfaf62b
Updated
psaini12ednet Sep 27, 2024
69da546
Merge branch 'Shopify:main' into prateek-devtest
psaini12ednet Oct 1, 2024
79d64bc
updated
psaini12ednet Oct 1, 2024
5c3923f
updated
psaini12ednet Oct 1, 2024
d532213
Updated
psaini12ednet Oct 1, 2024
e11a200
Updated
psaini12ednet Oct 1, 2024
bb56ed4
Updated Vue App with Product Slider, Mini cart and collection list fe…
psaini12ednet Oct 1, 2024
b7db9f8
Updated
psaini12ednet Oct 1, 2024
37a2cfc
Code Updated with a vue js App using searching and filteration.
psaini12ednet Oct 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
598 changes: 598 additions & 0 deletions assets/app.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/my-component.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Vue.component('my-component', {
template: '<div>Hello from My Component!</div>',
// Add your component's data, methods, etc. here
});
5 changes: 4 additions & 1 deletion layout/theme.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,15 @@
onload="this.media='all'"
>
{%- endif -%}

<script>
if (Shopify.designMode) {
document.documentElement.classList.add('shopify-design-mode');
}
</script>

<script src="https://cdn.jsdelivr.net/npm/vue@3/dist/vue.global.js"></script>
<script src="{{ 'app.js' | asset_url }}" defer></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
</head>

<body class="gradient{% if settings.animations_hover_elements != 'none' %} animate--hover-{{ settings.animations_hover_elements }}{% endif %}">
Expand Down
16 changes: 16 additions & 0 deletions node_modules/.bin/nanoid

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

17 changes: 17 additions & 0 deletions node_modules/.bin/nanoid.cmd

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

28 changes: 28 additions & 0 deletions node_modules/.bin/nanoid.ps1

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

16 changes: 16 additions & 0 deletions node_modules/.bin/parser

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

17 changes: 17 additions & 0 deletions node_modules/.bin/parser.cmd

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

28 changes: 28 additions & 0 deletions node_modules/.bin/parser.ps1

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

Loading
Loading