Skip to content

Commit e361acb

Browse files
committed
refactor: new references markdown style
1 parent 535c235 commit e361acb

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

REFERENCES.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
O projeto utilizou estes links como auxilio para o desenvolvimento do curso, e não sua cópia.
2-
3-
[LifeCycle](https://alligator.io/vuejs/component-lifecycle/)
4-
5-
[Load Error](https://alligator.io/vuejs/vue-async-components-load-error/)
6-
7-
[Class and Styles](https://vuejs.org/v2/guide/class-and-style.html)
8-
9-
[Async Components](https://vueschool.io/articles/vuejs-tutorials/async-vuejs-components)
10-
11-
[Mixins in Vue](https://levelup.gitconnected.com/how-to-use-mixins-in-vuejs-a40cc3fb4428)
12-
13-
[BusEvent](https://medium.com/@andrejsabrickis/https-medium-com-andrejsabrickis-create-simple-eventbus-to-communicate-between-vue-js-components-cdc11cd59860)
1+
# Referencias para a construção das seções
2+
3+
**O projeto utilizou estes links como auxilio para o desenvolvimento do curso, e não sua cópia.**
4+
5+
- [LifeCycle](https://alligator.io/vuejs/component-lifecycle/)
6+
- [Load Error](https://alligator.io/vuejs/vue-async-components-load-error/)
7+
- [Class and Styles](https://vuejs.org/v2/guide/class-and-style.html)
8+
- [Async Components](https://vueschool.io/articles/vuejs-tutorials/async-vuejs-components)
9+
- [Mixins in Vue](https://levelup.gitconnected.com/how-to-use-mixins-in-vuejs-a40cc3fb4428)
10+
- [BusEvent](https://medium.com/@andrejsabrickis/https-medium-com-andrejsabrickis-create-simple-eventbus-to-communicate-between-vue-js-components-cdc11cd59860)
11+
- [Sass Guidelines](https://sass-guidelin.es/pt/) by *community*
12+
- [SCSS como você nunca viu](https://dev.to/deverebor/scss-como-voce-nunca-viu-1d99) by *@deverebor*
13+
- [Sass Basics](https://sass-lang.com/guide) by *Sass*

0 commit comments

Comments
 (0)