Skip to content

Commit cfe6610

Browse files
committed
pull commit for gh desktop
1 parent 8c28b2e commit cfe6610

File tree

229 files changed

+172821
-172821
lines changed

Some content is hidden

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

229 files changed

+172821
-172821
lines changed

README.md

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,80 @@
1-
## Vue JS Noob
2-
3-
Simple Projects done by me while learning `Vue JS`.
4-
5-
---
6-
7-
#### Task 1 ( TODO List App )
8-
9-
- This Site is Live [here](https://vue-noob-1.netlify.app/).
10-
11-
---
12-
13-
#### Task 2 ( Lyric Search App )
14-
15-
- This Site is Live [here](https://vue-noob-2.netlify.app)
16-
17-
---
18-
19-
#### Task 3 ( Employee Manager App )
20-
21-
- This Site is Live [here](https://vue-noob-nil-3.web.app/)
22-
23-
---
24-
25-
#### Task 4 ( Simple MEVN Stack Application )
26-
27-
- This site is deployed to `Heroku` and see demo [here](https://mevn-noob-1.herokuapp.com/)
28-
29-
### Setup on Local Enviroment
30-
31-
```
32-
$ git clone https://github.com/nil1729/Vue-Noob.git
33-
$ cd Vue-Noob
34-
$ cd <Specific Directory>
35-
$ npm install
36-
$ npm run serve
37-
```
38-
39-
---
40-
41-
### Learning Vue JS
42-
43-
1. Using VueJS to Interact with the DOM
44-
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-1/)
45-
- Part - 2 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-2/)
46-
- Part - 3 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-3/)
47-
- Part - 4 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-4/)
48-
2. Using Conditionals and Rendering Lists
49-
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-COND-1/)
50-
3. **The Monster Slayer** ( First Project based on Module 1 & Module 2 )
51-
- This site is live [here](https://nil1729.github.io/Vue-Noob/vue-noob-PROJ-1)
52-
4. Understanding the VueJS Instance
53-
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-INST-1/)
54-
5. Understading Vue CLI and Workflow
55-
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-CLI-1)
56-
6. An Introduction to Components
57-
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-COMP-1).
58-
7. Understanding Communication betwwen Components
59-
- Part - 1 [Live here](https://vue-js-noob.web.app/).
60-
8. Understanding Slots and Dynamic Components
61-
- Part - 1 [Live here](https://vue-comp-3.web.app/).
62-
9. **Wonderful Quotes** ( Second Project based on above Modules )
63-
- This site is hosted on firebase. See Demo [here](https://vue-proj-2.web.app/)
64-
10. Understanding Vue JS Forms and Handle Submit
65-
- Part - 1 [Live here](https://vue-form-1.web.app/)
66-
11. Understanding Vue JS Custom Directives
67-
- Part - 1 [Live here](https://vue-noob-directive.web.app/)
68-
12. Understanding Filters and Mixins
69-
- Part - 1 [Live here](https://vue-noob-filter.web.app/).
70-
13. Understanding sending HTTP requests from VueJS Application.
71-
- Part - 1 [Live here](https://vue-noob-http-1.web.app/)
72-
14. Understanding Routing in Vue JS Application
73-
- Part - 1 [Live here](https://vue-router-nil-1.web.app/)
74-
- Part - 2 [Live here](https://vue-noob-router-2.web.app/)
75-
15. Understanding State Mangement in Vue JS using Vuex
76-
- Part - 1 [Live here](https://vue-noob-vuex.web.app/)
77-
78-
---
79-
80-
<p style="text-align: center;">Made With<span style="color: red;"> &#10084; </span>by <a href="https://github.com/nil1729" target="_blank"> Nilanjan Deb </a> </p>
1+
## Vue JS Noob
2+
3+
Simple Projects done by me while learning `Vue JS`.
4+
5+
---
6+
7+
#### Task 1 ( TODO List App )
8+
9+
- This Site is Live [here](https://vue-noob-1.netlify.app/).
10+
11+
---
12+
13+
#### Task 2 ( Lyric Search App )
14+
15+
- This Site is Live [here](https://vue-noob-2.netlify.app)
16+
17+
---
18+
19+
#### Task 3 ( Employee Manager App )
20+
21+
- This Site is Live [here](https://vue-noob-nil-3.web.app/)
22+
23+
---
24+
25+
#### Task 4 ( Simple MEVN Stack Application )
26+
27+
- This site is deployed to `Heroku` and see demo [here](https://mevn-noob-1.herokuapp.com/)
28+
29+
### Setup on Local Enviroment
30+
31+
```
32+
$ git clone https://github.com/nil1729/Vue-Noob.git
33+
$ cd Vue-Noob
34+
$ cd <Specific Directory>
35+
$ npm install
36+
$ npm run serve
37+
```
38+
39+
---
40+
41+
### Learning Vue JS
42+
43+
1. Using VueJS to Interact with the DOM
44+
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-1/)
45+
- Part - 2 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-2/)
46+
- Part - 3 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-3/)
47+
- Part - 4 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-DOM-4/)
48+
2. Using Conditionals and Rendering Lists
49+
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-COND-1/)
50+
3. **The Monster Slayer** ( First Project based on Module 1 & Module 2 )
51+
- This site is live [here](https://nil1729.github.io/Vue-Noob/vue-noob-PROJ-1)
52+
4. Understanding the VueJS Instance
53+
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-INST-1/)
54+
5. Understading Vue CLI and Workflow
55+
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-CLI-1)
56+
6. An Introduction to Components
57+
- Part - 1 [Live here](https://nil1729.github.io/Vue-Noob/vue-noob-COMP-1).
58+
7. Understanding Communication betwwen Components
59+
- Part - 1 [Live here](https://vue-js-noob.web.app/).
60+
8. Understanding Slots and Dynamic Components
61+
- Part - 1 [Live here](https://vue-comp-3.web.app/).
62+
9. **Wonderful Quotes** ( Second Project based on above Modules )
63+
- This site is hosted on firebase. See Demo [here](https://vue-proj-2.web.app/)
64+
10. Understanding Vue JS Forms and Handle Submit
65+
- Part - 1 [Live here](https://vue-form-1.web.app/)
66+
11. Understanding Vue JS Custom Directives
67+
- Part - 1 [Live here](https://vue-noob-directive.web.app/)
68+
12. Understanding Filters and Mixins
69+
- Part - 1 [Live here](https://vue-noob-filter.web.app/).
70+
13. Understanding sending HTTP requests from VueJS Application.
71+
- Part - 1 [Live here](https://vue-noob-http-1.web.app/)
72+
14. Understanding Routing in Vue JS Application
73+
- Part - 1 [Live here](https://vue-router-nil-1.web.app/)
74+
- Part - 2 [Live here](https://vue-noob-router-2.web.app/)
75+
15. Understanding State Mangement in Vue JS using Vuex
76+
- Part - 1 [Live here](https://vue-noob-vuex.web.app/)
77+
78+
---
79+
80+
<p style="text-align: center;">Made With<span style="color: red;"> &#10084; </span>by <a href="https://github.com/nil1729" target="_blank"> Nilanjan Deb </a> </p>

vue-noob-1/.gitignore

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# Netlify Deploys
2-
.netlify
3-
4-
.DS_Store
5-
node_modules
6-
/dist
7-
8-
# local env files
9-
.env.local
10-
.env.*.local
11-
12-
# Log files
13-
npm-debug.log*
14-
yarn-debug.log*
15-
yarn-error.log*
16-
pnpm-debug.log*
17-
18-
# Editor directories and files
19-
.idea
20-
.vscode
21-
*.suo
22-
*.ntvs*
23-
*.njsproj
24-
*.sln
25-
*.sw?
1+
# Netlify Deploys
2+
.netlify
3+
4+
.DS_Store
5+
node_modules
6+
/dist
7+
8+
# local env files
9+
.env.local
10+
.env.*.local
11+
12+
# Log files
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*
16+
pnpm-debug.log*
17+
18+
# Editor directories and files
19+
.idea
20+
.vscode
21+
*.suo
22+
*.ntvs*
23+
*.njsproj
24+
*.sln
25+
*.sw?

vue-noob-1/.netlify/state.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{
2-
"siteId": "9d86a5ef-d6a4-4c06-ae49-dd55dffcc0dc"
1+
{
2+
"siteId": "9d86a5ef-d6a4-4c06-ae49-dd55dffcc0dc"
33
}

vue-noob-1/babel.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module.exports = {
2-
presets: [
3-
'@vue/cli-plugin-babel/preset'
4-
]
5-
}
1+
module.exports = {
2+
presets: [
3+
'@vue/cli-plugin-babel/preset'
4+
]
5+
}

0 commit comments

Comments
 (0)