GithubHelp home page GithubHelp logo

linuxenko / unstuck-webpack Goto Github PK

View Code? Open in Web Editor NEW
612.0 15.0 23.0 4.29 MB

Webpack quick project creation GUI tool that guide you throught all the options. Created for those who don't like spend time for project configuration (something like codepen)

Home Page: https://stuck.js.org

License: MIT License

JavaScript 89.33% CSS 10.27% HTML 0.41%
webpack

unstuck-webpack's Introduction

Unstuck-Webpack (Online)

Webpack based projects configurator

  • Predefined templates support for:
    • Angular1
    • Angular2
    • React
    • Vuejs
    • Nodejs
  • HTML preprocessors
  • CSS preprocessors and options
  • General project build settings
  • Many more

Usage

Configure and save project files (.zip). Extract them and run npm install.

TODO

  • Versioning support.
  • Notification about linter configuration

unstuck-webpack's People

Contributors

linuxenko avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

unstuck-webpack's Issues

website offline (assets not available vendor.js + bundle.js)

update:

holy shit seems where i'm right now (taiwan) was some strange filtering going on or webfiltering or whatever. now everything works fine, i think was a internet problem here ... sorry for bothering ...


hi there,

i would love to have a look at the project but your website is not working.
from the 3 assets you provide is only the app.css available, vendor.js + bundle.js not found.
you should have a look in your build task :)

cheers maik

page content dump:

<!doctype html>
<html>
<head>
  <title>Unstuck Webpack</title>
  <link rel="stylesheet" href="app.css" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
  <div id="application" class="application"></div>
  <script src="vendor.js"></script>
  <script src="bundle.js"></script>
</body>
</html>

buggs after install

i download configuration react+scss/sass

after instal deps and run webpack command i see this

ERROR in ./index.js

/Users/a.gurtovoy/Downloads/webpackk/index.js
  1:1  error  Parsing error: The keyword 'import' is reserved

โœ– 1 problem (1 error, 0 warnings)


ERROR in ./index.js
Module not found: Error: Cannot resolve 'file' or 'directory' ./app/index.js in /Users/a.gurtovoy/Downloads/webpackk
 @ ./index.js 9:0-25

ok I create this file touch ./app/index.js and run webpack
now i see this.

ERROR in ./index.js

/Users/a.gurtovoy/Downloads/webpackk/index.js
  1:1  error  Parsing error: The keyword 'import' is reserved

Angular1 application example

I think about creating sample application inclusion into generated code. It will be cool to have some hello world application for angular.

TypeScript?

Adding in TypeScript would be a great addition.

3 General Templates

NodeJs Configuration

  • Build
  • Preconfigured Set
  • Hello World example

Angularjs Configuration

  • Build
  • Preconfigured Set
  • Hello World example

React Configuration

  • Build
  • Preconfigured Set
  • Hello World example

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.