Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. npm install @fnando/sparkline --save-dev
  2.  
  3. mix.js([
  4. 'resources/js/app.js',
  5. 'node_modules/@fnando/sparkline'
  6. ],'public/js');
  7.  
  8. import sparkline from "@fnando/sparkline"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement