-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
109 changed files
with
20,531 additions
and
21,933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"tabWidth": 4, | ||
"semi": false, | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
"trailingComma": "es5", | ||
"bracketSpacing": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,42 @@ | ||
# Vue3 | ||
|
||
# To Do List | ||
|
||
This is my first project with using Vue.js and vue-ecosystem. | ||
You also can see list of all technology at [Home page](vakyla98.github.io/TodoVue/dist) | ||
|
||
## Local install and other command | ||
Install all dependencies | ||
```sh | ||
$ npm i | ||
``` | ||
Run local-host and hot reloading | ||
```sh | ||
$ npm run serve | ||
``` | ||
Build prod with minifying code | ||
```sh | ||
$ npm run dev | ||
``` | ||
Run test | ||
```sh | ||
$ npm run test | ||
``` | ||
Creating svg-sprite from images in `.\assest` | ||
```sh | ||
$ gulp | ||
``` | ||
|
||
### Some screens with explanations | ||
|
||
1. Modal window change ToDo text. Used basic data-flow with `data` and `props` | ||
![Changing data](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Edit.png) | ||
|
||
2. Here i create a svg-sprite using Gulp \ | ||
![Sprites](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Sprite.png) | ||
|
||
3. Items holds at two list with computed properties. We can create,delete, or edit item. | ||
![Tasks](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Tasks.png) | ||
|
||
4. At Users page i used placeholder REST API with user list. When they loading, we see beautiful spinner, too we have error handling on timeout and error code like a 404. \ | ||
![User loading](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_loading.png) \ | ||
![User loaded](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_loaded.png) \ | ||
![Error handling](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_error.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# To Do List | ||
|
||
This is my first project with using Vue.js and vue-ecosystem. | ||
You also can see list of all technology at [Home page](vakyla98.github.io/TodoVue/dist) | ||
|
||
## Local install and other command | ||
Install all dependencies | ||
```sh | ||
$ npm i | ||
``` | ||
Run local-host and hot reloading | ||
```sh | ||
$ npm run serve | ||
``` | ||
Build prod with minifying code | ||
```sh | ||
$ npm run dev | ||
``` | ||
Run test | ||
```sh | ||
$ npm run test | ||
``` | ||
Creating svg-sprite from images in `.\assest` | ||
```sh | ||
$ gulp | ||
``` | ||
|
||
### Some screens with explanations | ||
|
||
1. Modal window change ToDo text. Used basic data-flow with `data` and `props` | ||
![Changing data](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Edit.png) | ||
|
||
2. Here i create a svg-sprite using Gulp \ | ||
![Sprites](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Sprite.png) | ||
|
||
3. Items holds at two list with computed properties. We can create,delete, or edit item. | ||
![Tasks](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Tasks.png) | ||
|
||
4. At Users page i used placeholder REST API with user list. When they loading, we see beautiful spinner, too we have error handling on timeout and error code like a 404. \ | ||
![User loading](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_loading.png) \ | ||
![User loaded](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_loaded.png) \ | ||
![Error handling](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_error.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Vue3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Vue3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# To Do List | ||
|
||
This is my first project with using Vue.js and vue-ecosystem. | ||
You also can see list of all technology at [Home page](vakyla98.github.io/TodoVue/dist) | ||
|
||
## Local install and other command | ||
Install all dependencies | ||
```sh | ||
$ npm i | ||
``` | ||
Run local-host and hot reloading | ||
```sh | ||
$ npm run serve | ||
``` | ||
Build prod with minifying code | ||
```sh | ||
$ npm run dev | ||
``` | ||
Run test | ||
```sh | ||
$ npm run test | ||
``` | ||
Creating svg-sprite from images in `.\assest` | ||
```sh | ||
$ gulp | ||
``` | ||
|
||
### Some screens with explanations | ||
|
||
1. Modal window change ToDo text. Used basic data-flow with `data` and `props` | ||
![Changing data](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Edit.png) | ||
|
||
2. Here i create a svg-sprite using Gulp \ | ||
![Sprites](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Sprite.png) | ||
|
||
3. Items holds at two list with computed properties. We can create,delete, or edit item. | ||
![Tasks](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/Tasks.png) | ||
|
||
4. At Users page i used placeholder REST API with user list. When they loading, we see beautiful spinner, too we have error handling on timeout and error code like a 404. \ | ||
![User loading](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_loading.png) \ | ||
![User loaded](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_loaded.png) \ | ||
![Error handling](https://github.com/vakyla98/TodoVue/blob/gh-pages/src/assets/readme/User_error.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,23 @@ | ||
#!/usr/bin/env sh | ||
|
||
# остановить публикацию при ошибках | ||
set -e | ||
|
||
# сборка | ||
gulp | ||
npm run test | ||
npm run build | ||
|
||
# переход в каталог сборки | ||
# cd dist | ||
|
||
# если вы публикуете на пользовательский домен | ||
# echo 'www.example.com' > CNAME | ||
|
||
# git init | ||
|
||
git add . | ||
echo 'Enter your commit for deploy: ' | ||
read -r commitName | ||
git commit -a -m "${commitName}" | ||
# git commit -a -m 'deploy' | ||
|
||
git push | ||
echo 'Succesfull push. Congrat!' | ||
|
||
# если вы публикуете по адресу https://<USERNAME>.github.io | ||
# git push -f [email protected]:<USERNAME>/<USERNAME>.github.io.git master | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.