Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

how to use external package #31

Answered by blanklob
kdstrides asked this question in Q&A
Discussion options

You must be logged in to vote

It's worked for me, I installed JQuery with yarn add jqueryand slick with yarn add slick-carousel it's worked well.
Check the Console log.

Code

/*
 *  BASE/APP
 */

// import './utils/utils.fetch'
// import './utils/utils.search'
// import './utils/utils.router'

import $ from 'jquery';
import slick from 'slick-carousel';

console.log('console.log(slick, $):', slick, $);

Screenshot

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@kdstrides
Comment options

Comment options

You must be logged in to vote
2 replies
@kdstrides
Comment options

@blanklob
Comment options

Answer selected by blanklob
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants