Skip to content

Commit

Permalink
Release 3.0.2-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippe Beck committed Mar 10, 2024
1 parent 87b7117 commit 1336d4a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# vesan

Vesan is a Frontend Framework made with Vue 3, TypeScript, Vuex, Axios, Sass & Animadio
Includes Font-Awesome, Recaptcha, PayPal, TinyMCE, Vitest & Cypress
Vesan is a Frontend Framework made with Vue 3, TypeScript & Animadio
Includes Axios, Font-Awesome, Recaptcha, PayPal, Sass, TinyMCE, Vitest & Cypress

Migration from Option API to Composition API in progress (~ 30%)
Migration of all scripts from JS to TS in progress (~ 60%)
Migration of the tests from Jest to Vitest in progress too (~ 60%)
**WARNING**: build is not ready yet on the version 3 *(alpha mode)*
*For production ready*: use the last version 2

Migration from Option API to Composition API in progress (~ 40%)
Migration of all scripts from JS to TS in progress (~ 80%)
Migration of the tests from Jest to Vitest in progress too (~ 70%)

Migration of the store from Vuex to Pinia soon
Added e2e tests with Cypress soon too
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vesan",
"version": "3.0.1-alpha",
"version": "3.0.2-alpha",
"description": "Frontend Framework with Vue, TypeScript, Vuex, Axios, Sass & Animadio",
"type": "module",
"keywords": [
Expand Down

0 comments on commit 1336d4a

Please sign in to comment.