Giter VIP home page Giter VIP logo

adonis-react-view-provider's People

Contributors

brunocangs avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

adonis-react-view-provider's Issues

Can't Load in Static js and css using react.js config

module.exports = { toStatic: false, useCustomWrapper: false, wrapperFile: 'main', title: 'Adonis React App', template:






<title>{{title}}</title>

    <!-- Animate css file for css3 animations. for more : https://daneden.github.io/animate.css -->
    <!-- Only use animate action. If you dont use animation, you don't have to add.-->
    <link rel="stylesheet" type="text/css" href="/public/css/animate.css">
    <link rel="stylesheet" type="text/css" href="/public/css/cryptocoins.css">
    <link rel="stylesheet" type="text/css" href="/plugins/c3-chart/c3.css">

    <!-- Template global css file. Requared all pages -->
    <link rel="stylesheet" type="text/css" href="/public/css/global.style.css">

    <!-- Swiper slider css file -->
    <link rel="stylesheet" href="/public/css/swiper.min.css">
    <link rel="stylesheet" href="/public/css/jqcandlestick.css">

    <!--turbo slider plugin css file -->
    <link rel="stylesheet" type="text/css" href="/public/css/bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="/public/plugins/turbo-slider/turbo.css">
</head>
<body>
    <div id="root">{{content}}</div>
    <script>
        window.props = {{stringifiedProps}}
    </script>
    <script src=/public/vendor.js></script>
    <script src=/public/{{viewName}}.js></script>
    <script src=/public/render.js></script>
    <script>
        window.render('{{viewName}}');
    </script>
    <script src="/public/js/jquery-3.2.1.min.js"></script>

    <!-- Swiper JS -->
    <script src="/public/js/swiper.min.js"></script>

    <!-- Initialize Swiper -->
    
    <!-- Flot Charts -->
    <script src="/public/plugins/c3-chart/c3.min.js"></script>
    <script src="/public/plugins/c3-chart/d3.min.js"></script>
    <script src="/public/plugins/c3-chart/c3.custom.js"></script>
    <!-- Flot Charts -->
    <script src="/public/plugins/flot/jquery.flot.min.js"></script>
    <script src="/public/plugins/flot/jquery.flot.time.min.js"></script>
    <script src="/public/plugins/flot/jquery.flot.pie.min.js"></script>
    <script src="/public/plugins/flot/jquery.flot.tooltip.min.js"></script>
    <script src="/public/plugins/flot/jquery.flot.resize.min.js"></script>
    <!-- Sparkline-->
    <script src="/public/plugins/jquery-sparkline/jquery.sparkline.js"></script>

    <script src="/public/js/jquery.jqcandlestick.min.js"></script>
    <script src="/public/js/candle-stick-ini.js"></script>


    jquery.jqcandlestick.min

    <!-- Template global script file. requared all pages -->
    <script src="/public/js/app-charts.js"></script>
    <script src="/public/js/global.script.js"></script>
</body>
</html>`

}`

It returns 404 error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.