-
Notifications
You must be signed in to change notification settings - Fork 1
/
Dependencias.txt
executable file
·65 lines (34 loc) · 1.31 KB
/
Dependencias.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
====================== SweeAlert2 ====================================
https://github.com/avil13/vue-sweetalert2
npm install -S vue-sweetalert2
Add types to TypeScript project
{
//...tsconfig.json
"types": [
"vue-sweetalert2"
],
}
como funciono ===> https://stackoverflow.com/questions/72261546/add-sweet-alert-2-to-nuxt3-project
====================== Pinia ====================================
https://pinia.vuejs.org/ssr/nuxt.html#installation
Pinia
1) If you're using npm, you might encounter an ERESOLVE unable to resolve dependency tree error. In that case, add the following to your package.json:
"overrides": {
"vue": "latest"
}
2) npm install pinia @pinia/nuxt
We supply a module to handle everything for you, you only need to add it to modules in your nuxt.config.js file:
// nuxt.config.js
export default defineNuxtConfig({
// ... other options
modules: [
// ...
'@pinia/nuxt',
],
})
======================= Axios ===================================================
https://axios.nuxtjs.org/setup
======================= XLSX ===================================================
https://joaomede.github.io/vue3-xlsx/guide/#installation
=======================Vue 3 table lite ===================================================
https://vue3-lite-table.vercel.app/api-reference