init
This commit is contained in:
commit
08c904ba12
57 changed files with 12621 additions and 0 deletions
17
ui/assets/js/app.js
Normal file
17
ui/assets/js/app.js
Normal file
|
@ -0,0 +1,17 @@
|
|||
// We need to import the CSS so that webpack will load it.
|
||||
// The MiniCssExtractPlugin is used to separate it out into
|
||||
// its own CSS file.
|
||||
import css from "../css/app.css"
|
||||
|
||||
// webpack automatically bundles all modules in your
|
||||
// entry points. Those entry points can be configured
|
||||
// in "webpack.config.js".
|
||||
//
|
||||
// Import dependencies
|
||||
//
|
||||
import "phoenix_html"
|
||||
|
||||
// Import local files
|
||||
//
|
||||
// Local files can be imported directly using relative paths, for example:
|
||||
// import socket from "./socket"
|
Loading…
Add table
Add a link
Reference in a new issue