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
関連ページ
Nuxt でfirebaseを使う
#vue
2021-02-11 11:45:47
Nuxt local起動をhttpsで起動する
#vue
2020-11-11 15:05:58
Nuxt local起動をhttpsで起動する
#vue
2020-11-11 15:05:58
Vue datepicker
#vue
2020-09-17 14:34:31
改行を含むテキストの表示
#vue
2020-10-19 22:33:14
Back