Overview of Vue Js 3
Github Page VUE JS ROADMAP
- Rebuilt for Vue 3 using the new composition api
- Global properties that allow you to make large overarching changes to your app
- Improved SASS variable customization and extensibility with Built-In Modules
- New Vue CLI presets for generating pre-built starting projects
- First party Vite support for lightning fast development
- Greatly improved TypeScript support
- Better framework coverage with E2E testing using Cypress
Vue Js 3 RoadMap
`
-
IDEs
-
HTML
- w3schools HTML Tutorial
- MDN Web Docs HTML: HyperText Markup Language
-
CSS
- w3schools CSS Tutorial
- MDN Web Docs CSS: Cascading Style Sheets
- fontawesome Official website
- w3schools Icons Reference
-
JavaScript
Basic
- w3schools JavaScript Tutorial
- developer.mozilla JavaScript
- javascript.info The Modern JavaScript Tutorial
- htmlcheatsheet JS CheatSheet
es6
- exploringjs Exploring ES6
- es6-features ECMAScript 6 — New Features: Overview & Comparison
- jsfeatures jsfeatures
- babeljs Learn ES2015
- github ECMAScript 6
- github ECMAScript 6
Style Guide
playground
- js-array-playground JavaScript Array Playground
- jsfiddle
- plnkr
- jsbin
- codepen
- stackblitz
-
Vue
-
Routing
-
Type Checkers
-
Build Tools
-
UI Design
- CSS Preprocessor
- CSS Frameworks
- CSS in JS
- Component libraries
-
State Management
- Component state
-
Vuex
- Data persistence
-
API Clients
-
Utility Libraries
-
Coding style
-
Testing
- Unit Testing
- End to End Testing
- Integration Testing
-
Internationalization
-
Server Side Rendering
-
Static Site Generator
-
Progressive Web Apps
-
Mobile Application Development
-
Desktop Application Development
Top comments (0)