Add the frontend development stack requirements of Vue.js

This commit is contained in:
Dashty Frya 2021-12-22 12:22:54 +03:00 committed by GitHub
parent 3d1498bb83
commit 143809e95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -713,3 +713,15 @@ We expected all APIs to be documented using Swagger OpenAPI Version 3+.
#### Option #2: Vue.js
1. Vue.js (version >= 2.x) (Bootstrapped with Vue CLI)
2. Programming Languages
1. JavaScript Programming Language ( >= ECMAScript 6)
2. TypeScript Programming Language (version >= 3)
3. Vuex (version >= 3.6.2)
4. Vue Router (version >= 3.5.3)
5. Vuetify (version >= 2.6.1)
6. Package Managers:
1. Yarn (latest version always)
2. NPM (latest version always)
7. vee-validate (version >= 3.4.13)