mirror of
https://github.com/mojpm/frontend-development.git
synced 2025-01-17 20:48:40 +01:00
Minor Update
This commit is contained in:
commit
6b7d31784a
@ -5,3 +5,4 @@ This project exists thanks to all these contributors.
|
||||
- [Alex Nodex](https://github.com/AlexNodex)
|
||||
- [Imran Mohamed](https://github.com/i786m)
|
||||
- [Phuoc Nguyen](https://github.com/phuoc-ng)
|
||||
- [Dang Vu](https://github.com/im6h)
|
||||
|
101
README.md
101
README.md
@ -26,6 +26,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
|
||||
- [JavaScript](#javascript)
|
||||
- [Git](#git)
|
||||
- [React](#react)
|
||||
- [Vue](#vue)
|
||||
- [Icons](#icons)
|
||||
- [Fonts and Typography](#fonts-and-typography)
|
||||
- [Illustrations](#illustrations)
|
||||
@ -228,8 +229,10 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
|
||||
- [Pramp](https://www.pramp.com/#/)
|
||||
- [JavaScript Gekk]()
|
||||
|
||||
|
||||
- Snippets and cheatsheets
|
||||
- - [A ridiculous collection of cheatsheets](https://devhints.io/)
|
||||
|
||||
- [A ridiculous collection of cheatsheets](https://devhints.io/)
|
||||
- [Modern JavaScript Cheatsheet](https://github.com/mbeaudru/modern-js-cheatsheet)
|
||||
- [Favorite JavaScript utilities in single line of code](https://1loc.dev/)
|
||||
- [Short JavaScript code snippets for all your development needs](https://github.com/30-seconds/30-seconds-of-code)
|
||||
@ -365,6 +368,102 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
|
||||
|
||||
[👆 Back To Top](#table-of-contents)
|
||||
|
||||
# Vue
|
||||
|
||||
- Documentation
|
||||
|
||||
- [Vue Docs](https://vuejs.org/v2/guide/)
|
||||
- [Vue Cheatsheet](https://devhints.io/vue)
|
||||
|
||||
- Courses
|
||||
|
||||
- [Learn Vue by Building and Deploying a CRUD App](https://testdriven.io/courses/learn-vue/) - This course is focused on teaching the fundamentals of Vue by building and testing a web application using Test-Driven Development (TDD).
|
||||
- [Advanced Vue.js Features from the Ground Up](https://frontendmasters.com/courses/advanced-vue/) - Learn how to build more accessible routing, state management, form validation and internationalization libraries from the ground up!
|
||||
- [Become a Ninja with Vue 3](https://vue-exercises.ninja-squad.com) - This course teaches how to build a complete application with Vue 3, step by step, using Vue CLI, TypeScript and the Composition API. Each exercise comes with instructions and tests to check 100% of your code.
|
||||
|
||||
- Books
|
||||
|
||||
- [The Majesty Of Vue.js](https://www.packtpub.com/web-development/majesty-vuejs) by Alex Kyriakidis & Kostas Maniatis, Packt. (Nov 2016)
|
||||
- [Learning Vue.js 2](https://www.packtpub.com/web-development/learning-vuejs-2) by Olga Filipova, Packt. (Dec 2016)
|
||||
- [The Majesty Of Vue.js 2](https://leanpub.com/vuejs2) by Alex Kyriakidis and Kostas Maniatis, Leanpub. (Mar 2017)
|
||||
- [Vue.js 2 Cookbook](https://www.packtpub.com/web-development/vuejs-2-cookbook) by Andrea Passaglia, Packt. (May 2017)
|
||||
- [Vue.js in Action](https://www.manning.com/books/vue-js-in-action) by Erik Hanchett and Benjamin Listwon (Spring 2018)
|
||||
- [Testing Vue.js Applications](https://www.manning.com/books/testing-vuejs-applications) by Edd Yerburgh (Summer 2018)
|
||||
- [Vue.js 2 and Bootstrap 4 Web Development](https://www.packtpub.com/web-development/vuejs-2-and-bootstrap-4-web-development) by Olga Filipova, Packt. (September 2017)
|
||||
- [Front-end com Vue.js](https://www.casadocodigo.com.br/products/livro-frontend-vue) by Leonardo Vilarinho, Casa do Código. (November 2017)
|
||||
- [Vue.js 2 Web Development Projects](https://www.packtpub.com/web-development/vuejs-2-web-development-projects) by Guillaume Chau, Packt. (November 2017)
|
||||
- [Full-Stack Vue.js 2 and Laravel 5](https://www.packtpub.com/application-development/full-stack-vuejs-2-and-laravel-5) by Anthony Gore, Packt. (December 2017)
|
||||
- [Vue.js 2.x by Example](https://www.packtpub.com/application-development/vuejs-2x-example) by Mike Street, Packt. (December 2017)
|
||||
- [Mastering Vue.js](https://masteringvuejs.com) by Oleksandr Kocherhin. (January 2018)
|
||||
- [Fullstack Vue: The Complete Guide to Vue.js](https://www.fullstack.io/vue/) by Hassan Djirdeh, Nate Murray, & Ari Lerner. (March 2018)
|
||||
- [Vue.js 2 Design Patterns and Best Practices](https://www.amazon.com/dp/178883979X) by Paul Halliday, Packt. (March 2018)
|
||||
- [Vuex Quick Start Guide](https://www.amazon.com/dp/1788999932) by Andrea Koutifaris, Packt. (April 2018)
|
||||
- [Full-Stack Web Development with Vue.js and Node](https://www.amazon.com/Full-Stack-Web-Development-Vue-js-Node/dp/1788831144) by Aneeta Sharma, Packt. (May 2018)
|
||||
- [The Vue Handbook](https://vuehandbook.com) by Flavio Copes. (July 2018)
|
||||
- [ASP.NET Core 2 and Vue.js](https://www.amazon.com/dp/1788839463) by Stuart Ratcliffe, Packt. (July 2018)
|
||||
- [Vue.js: Construa aplicações incríveis](https://www.casadocodigo.com.br/products/livro-vue) by Caio Incau, Casa do Código. (September 2017)
|
||||
- [Getting to Know Vue.js](https://www.apress.com/us/book/9781484237809) by Brett Nelson, Apress. (August 2018)
|
||||
- [Vue: Build & Deploy](https://leanpub.com/vue-book) by Daniel Schmitz, Leanpub. (September 2018)
|
||||
- [Building Applications with Spring 5 and Vue.js 2](https://www.packtpub.com/application-development/building-applications-spring-5-and-vuejs-2) by James J. Ye, Packt. (October 2018)
|
||||
- [Vue.js Quick Start Guide](https://www.packtpub.com/application-development/vuejs-quick-start-guide) by Ajdin Imsirovic, Packt. (October 2018)
|
||||
- [Vue.js Component Patterns Course](https://fdietz.de/pages/vue-component-patterns-course/) by Frederik Dietz (April 2019)
|
||||
- [Vue.js: Understanding its Tools and Ecosystem](https://www.packtpub.com/business-other/vue-js-understanding-its-tools-and-ecosystem?utm_source=vue.js.org&utm_medium=referral&utm_campaign=OutreachB15894fivedollar) by Dave Berning (November 2019)
|
||||
- [Building Forms with Vue.js](https://www.packtpub.com/business-other/building-forms-with-vue-js?utm_source=Vuejs.org&utm_medium=referral&utm_campaign=OutreachB15411) by Marina Mosti (October 2019)
|
||||
- [Testing Vue.js Components with Jest](https://www.packtpub.com/programming/testing-vue-js-components-with-jest?utm_source=vue.js.org&utm_medium=refferal&utm_campaign=OutreachB15653) by Alex Jover Morales, Packt (October 2019)
|
||||
- [Vue.js](https://www.amazon.com/Vue-js-Actionable-Chris-Minnick/dp/1951959019) by Chris Minnick and Nat Dunn, Webucator (February, 2020)
|
||||
- [Become a Ninja with Vue 3](https://books.ninja-squad.com/vue) by Cédric Exbrayat (English and French versions) (May, 2020)
|
||||
- [Large Scale Apps with Vue 3 and TypeScript](http://leanpub.com/vue-typescript/c/vaYXLEFWbMi7) Damiano Fusco, Leanpub (September, 2020)
|
||||
|
||||
- Podcasts
|
||||
|
||||
- [Full Stack Radio #30 (11-23-2015)](http://www.fullstackradio.com/30)
|
||||
- [JavaScript Jabber #187 (11-25-2015)](https://devchat.tv/js-jabber/187-jsj-vue-js-with-evan-you)
|
||||
- [Changelog #184 (11-27-2015)](https://changelog.com/podcast/184)
|
||||
- [Software Engineering Daily (12-29-2015)](http://softwareengineeringdaily.com/2015/12/29/front-end-javascript-with-evan-you/)
|
||||
- [JavaScript Air 016 (03-30-2016)](https://javascriptair.com/episodes/2016-03-30/)
|
||||
- [Codecasts #2 - Falando Sobre Vuejs e Web Components (2016-08-19) [pt-BR]](https://soundcloud.com/codecasts/2-falando-sobre-vuejs-e-web-components)
|
||||
- [Full Stack Radio #50 (09-21-2016)](http://www.fullstackradio.com/50)
|
||||
- [和 Vue.js 框架的作者聊聊前端框架开发背后的故事 [zh-CN]](https://teahour.fm/78)
|
||||
- [MW S04E08 - Vue.js with Evan You and Sarah Drasner (04-27-2017)](https://modernweb.podbean.com/e/mw-s04e09-evan-yu-sarah-drasner/)
|
||||
- [Request For Commits #12 - Crowdfunding Open Source (Vue.js) (06-15-2017)](https://changelog.com/rfc/12)
|
||||
- [The Web Platform Podcast 132: Vue.js (07-27-2017)](http://thewebplatformpodcast.com/132-vuejs)
|
||||
- [JavaScript Jabber #276 with Maximilian Schwarzmüller (08-29-2017)](https://devchat.tv/js-jabber/jsj-276-vue-js-with-maximilian-schwarzmuller/)
|
||||
- [Animating VueJS with Sarah Drasner(Software Engineering Daily 01-12-2017)](https://softwareengineeringdaily.com/2017/12/01/animating-vuejs-with-sarah-drasner/)
|
||||
- [Views on Vue (weekly podcast on Vue started 03-06-2018)](https://devchat.tv/views-on-vue)
|
||||
- [Vue podcast list via The QIT Tech Podcast Indexer](https://qit.cloud/search/vue)
|
||||
- [DNE 138 - Vale a pena VueJS? (01-05-2018)](https://devnaestrada.com.br/2018/01/05/vale-pena-vuejs.html)
|
||||
- [Cynical Developer #99 (10-15-2018)](https://cynicaldeveloper.com/podcast/99/)
|
||||
- [Syntax #130 (03-27-2019)](https://syntax.fm/show/130/the-vuejs-show-scott-teaches-wes)
|
||||
- [Enjoy the Vue: The new Vue.js podcast](https://enjoythevue.io/)
|
||||
|
||||
- Youtube Channels
|
||||
|
||||
- [VueNYC](https://www.youtube.com/vuenyc)
|
||||
- [VueConf EU](https://www.youtube.com/channel/UC9dJjbYeXjirDYYVfUD3bSw)
|
||||
|
||||
- Articles
|
||||
|
||||
- Vue Tooling
|
||||
|
||||
- [vue-dev-server](https://github.com/paulpflug/vue-dev-server) - A small development server for building `vue` components.
|
||||
- [Storybook](https://storybook.js.org) - The UI Development Environment. works with v3.2+ later.
|
||||
- [Font Awesome Finder](https://chrome.google.com/webstore/detail/font-awesome-icon-finder/kjejboahkcobalmgldloeinebmbomgog) - Chrome extension to search, preview and choose Font Awesome icons and copy the selected icon HTML code & Unicode to clipboard.
|
||||
- [vue-dummy](https://github.com/paulcollett/vue-dummy) - Placeholder Text and Dummy Images as a simple `v-dummy` directive.
|
||||
- [Bit](https://github.com/teambit/bit) - Manage and reuse `vue` components between projects. Easily isolate and share components from any project without changing its source code, organize curated collections and install in different projects.
|
||||
- [ComponentFixture](https://github.com/David-Desmaisons/ComponentFixture) - is a component design to develop and test other components, automatically binding their props.
|
||||
- [vue-cli-template-dev-server](https://github.com/eliranmal/vue-cli-template-dev-server) - A development server for building vue-cli custom templates.
|
||||
- [vue-codemods](https://github.com/SergioCrisostomo/vue-codemods) - Collection of codemod scripts that help update and refactor Vue and JavaScript files.
|
||||
- [codesandbox](https://codesandbox.io/s/vue-vue) - An online IDE and prototyping tool for rapid Vue development.
|
||||
- [vue-dom-hints](https://github.com/privatenumber/vue-dom-hints) - 💡 Get hints in the DOM. Minimal Vue devtool alternative.
|
||||
|
||||
- Server Side Rendering
|
||||
|
||||
- [Nuxt.js](https://nuxtjs.org/)
|
||||
|
||||
- Experts on Twitter
|
||||
|
||||
[👆 Back To Top](#table-of-contents)
|
||||
|
||||
# Icons
|
||||
|
||||
- [Icons8](https://icons8.com/)
|
||||
|
Loading…
x
Reference in New Issue
Block a user