Last active
February 14, 2024 18:00
-
-
Save josepereza/1dcf75263c1f8f08827992778d3046a0 to your computer and use it in GitHub Desktop.
Integracion de materializecss en vue js.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
npm install materialize-css | |
o | |
yarn add materialize-css@next | |
//Agregar en el archivo main.js | |
import Vue from 'vue'; | |
import VueRouter from "vue-router"; | |
import App from './App.vue'; | |
// materializeCss | |
import 'materialize-css/dist/css/materialize.css' | |
import 'materialize-css/dist/js/materialize.js' | |
//Agregar en los componentes vue | |
mounted() { | |
M.AutoInit(); | |
} | |
//Agregar en en los componentes vue en la seccion <style></style> | |
<style scoped> | |
@import url("https://fonts.googleapis.com/icon?family=Material+Icons"); | |
</style> |
Author
josepereza
commented
Oct 7, 2023
via email
Hola. Esto era solamente información que quería tener memorizada para mi
uso personal, para no perderla. No hago nada malo con ella. Si quieres la
eliminó ahora mismo.
Un saludo.
Michel Novellino ***@***.***> schrieb am Fr., 6. Okt. 2023,
15:06:
… ***@***.**** commented on this gist.
------------------------------
Esto es un plagio descarado, ni siquiera te molestaste en cambiar una
palabra pero ni del titulo de mi articulo.
[image: imagen]
<https://user-images.githubusercontent.com/19700255/273216813-a4e31f77-8496-4cbe-b28d-d4548de1436e.png>
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/josepereza/1dcf75263c1f8f08827992778d3046a0#gistcomment-4715965>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALPMAKSVFPDWJDWDIOV5OYDX5764DBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4TQNZRHAYTQN5HORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Ayudaria por lo menos aclarar que soy el autor, porque tuve problemas con la plataforma donde tengo mi articulo por esto.
Ok. Lo hago. Gracias.
Un saludo.
El dom, 8 oct 2023 a las 1:03, Michel Novellino ***@***.***>)
escribió:
… ***@***.**** commented on this gist.
------------------------------
Ayudaria por lo menos aclarar que soy el autor, porque tuve problemas con
la plataforma donde tengo mi articulo por esto.
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/josepereza/1dcf75263c1f8f08827992778d3046a0#gistcomment-4717424>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALPMAKRT7RYTEI7BBBZTJXTX6HNT3BFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFQKSXMYLMOVS2I5DSOVS2I3TBNVS3W5DIOJSWCZC7OBQXE5DJMNUXAYLOORPWCY3UNF3GS5DZVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVA4TQNZRHAYTQN5HORZGSZ3HMVZKMY3SMVQXIZI>
.
You are receiving this email because you authored the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Hola, gusto en saludarles... una consulta...? esto solo funciona con el optionAPI no funciona con el setup? o mejor dicho como se configuraria con el setup en la etiqueta script?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment