Initial Phoenix generated project.

This commit is contained in:
codevictory
2021-03-27 14:29:16 +02:00
parent 44e96d9755
commit 299b47ca56
49 changed files with 20471 additions and 9 deletions

15
assets/js/app.js Normal file
View File

@@ -0,0 +1,15 @@
// 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/app.scss"
// webpack automatically bundles all modules in your
// entry points. Those entry points can be configured
// in "webpack.config.js".
//
// Import deps with the dep name or local files with a relative path, for example:
//
// import {Socket} from "phoenix"
// import socket from "./socket"
//
import "phoenix_html"