Sha256: c1a9aa6876061311e3f7365d93875bfc794aa350ddd8eec197ee3510dc8dd9ec

Contents?: true

Size: 988 Bytes

Versions: 1

Compression:

Stored size: 988 Bytes

Contents

/* eslint no-console:0 */
// This file is automatically compiled by Webpack, along with any other files
// present in this directory. You're encouraged to place your actual application logic in
// a relevant structure within app/javascript and only use these pack files to reference
// that code so it'll be compiled.
//
// To reference this file, add <%= javascript_pack_tag 'application' %> to the appropriate
// layout file, like app/views/layouts/application.html.erb

console.log('Hello World from Webpacker')

import jQuery from 'jquery/dist/jquery'

window.$ = jQuery
window.jQuery = jQuery

import 'popper.js/dist/popper'
import 'bootstrap/dist/js/bootstrap'
import 'datatables.net/js/jquery.dataTables'
import 'startbootstrap-sb-admin/js/sb-admin'
import 'startbootstrap-sb-admin/js/sb-admin-datatables'

import Vue from 'vue/dist/vue.esm'

Vue.filter('to_json', function (value) {
    return JSON.stringify(value);
})

window.Vue = Vue

import '../stylesheets/application.scss'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluentd-ui-1.0.0.alpha.1 app/javascript/packs/application.js