0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

require.js調べたけど分からんかったメモ

Posted at

const axios = require('axios');って書いたらエラーになった

image.png

↓を参考にrequire.jsをローカルに作成
https://requirejs.org/docs/download.html#requirejs

コードに↓を入れてみた

<script src="require.js"></script>

分からんエラーがでた。
image.png

↓に該当するっぽいけど分からんかった
image.png

参考
[RequireJS使い方メモ]
(https://qiita.com/opengl-8080/items/196213867b859daea719)
[require()とは何か?何が便利なのか]
(https://qiita.com/uryyyyyyy/items/b10b012703b5396ded5a)
[Javascriptのrequireを使う方法]
(https://teratail.com/questions/96772)

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?