17
Làm cách nào để nhập jquery bằng cú pháp ES6?
Tôi đang viết một ứng dụng mới bằng ES6cú pháp (JavaScript) thông qua trình babelchuyển tiếp và các preset-es2015plugin, cũng như semantic-uicho kiểu. index.js import * as stylesheet from '../assets/styles/app.scss'; import * as jquery2 from '../dist/scripts/jquery.min'; import * as jquery3 from '../node_modules/jquery/dist/jquery.min'; console.log($('my-app')); index.html <!DOCTYPE html> <html lang="fr"> <head> <body> …