Memo
vue Nuxt に semantic-uiの導入
Home
›
Memo
›
Nuxt に semantic-uiの導入
本稿について
本稿はサイト運営者が学んだことなどを記したメモの内容です。
全てが正確な情報とは限りません。ご注意ください。また修正するべき点は適時修正していきます
npm install semantic-ui-vue --save
npm install semantic-ui-css --save
nuxt.config.js
// Modules (https://go.nuxtjs.dev/config-modules)
modules: [
// https://go.nuxtjs.dev/pwa
'@nuxtjs/pwa',
'semantic-ui-vue/nuxt'
],
[参考]
https://github.com/Semantic-UI-Vue/Semantic-UI-Vue
関連ページ
動的にcomponentsをレンダリングする
#vue
2020-11-12 11:14:36
Nuxt (Vue) route
#vue
2021-02-19 16:34:58
Nuxtでmomentを使う
#vue
2020-11-05 17:13:17
改行を含むテキストの表示
#vue
2020-10-19 22:33:14
NuxtでjQueryを利用できるようにする
#vue
2020-06-18 20:25:13
Back