ionic study

イシュー

参考

ionic cordova build ios --prod

エラー1:

Failed to create provisioning profile.

エラー2

Verify the Developer App certificate for your account is trusted on your device. Open Settings on magnet 5 and navigate to General -> Device Management, then select your Developer App certificate to trust it.

マニュアル通りに対応すると起動する(素晴らしい)

ionic-cli

アイコンをつける

「development can not be enabled while your devices locked.」

ステータスバーにGeneral が表示されない

「busy: Preparing debugger support for xxx」

参考

ブラウザでのJSプレビュー

イシュー

  • ブラウザでのJS編集

参考

jsfiddle

codepen

plunker

結果

electron x vue.js

serverless

イシュー

  • Serverless という、API Gateway構築のツールキット
  • マルチベンダー対応らしい(AWS, Azure, GoogleCloud)

参考

vue.js

イシュー

参考

入門記事

vue.js コンポーネント間連携

element ui

To install it, you can run: npm install --save element-ui/lib/theme-default/index.css

→ node_modulesをみると、theme-default はない、thema-chalk ならある

  • テンプレートに「」を使用すると、以下のエラーになって elemen-ui が使えない
ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.ttf?t=1510834658947
Module parse failed: Unexpected character '' (1:0)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
 @ ./node_modules/css-loader!./node_modules/element-ui/lib/theme-chalk/index.css
 7:343-395
 @ ./node_modules/element-ui/lib/theme-chalk/index.css
 @ ./src/main.js
 @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-serve
r ./src/main.js

ERROR in ./node_modules/element-ui/lib/theme-chalk/fonts/element-icons.woff?t=1510834658947
Module parse failed: Unexpected character ' ' (1:4)
You may need an appropriate loader to handle this file type.
(Source code omitted for this binary file)
 @ ./node_modules/css-loader!./node_modules/element-ui/lib/theme-chalk/index.css
 7:251-304
 @ ./node_modules/element-ui/lib/theme-chalk/index.css
 @ ./src/main.js
 @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js

Vueライブラリ

Vue ソリューション

vuex

electron-vue

vue x android

vue x cms

Nuxt.js

Cosmin.js

Drag and Drop Vue

vue x router

Advent Calendar 2020だと散々な結果に