GithubHelp home page GithubHelp logo

dannybies / new Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aurelia/new

0.0 1.0 0.0 70 KB

The scaffolding repo for Aurelia vNext used by the makes tool to setup new projects.

License: MIT License

JavaScript 95.60% HTML 4.40%

new's Introduction

Aurelia 2 Scaffolding skeleton

Build Status

Work In Progress

The scaffolding repo for Aurelia 2 used by the makes tool to create new Aurelia 2 projects.

Create an Aurelia 2 project

There is zero-installation, just do:

npx makes aurelia

Note makes requires Node.js v8.9.0 or above.

Status

  • Aurelia convention support (boilerplate free like Aurelia v1) at bundler level
  • Basic app with webpack
  • Basic app with dumber (successor of CLI built-in bundler. Doc WIP)
  • Basic app with parcel (On hold)
    • Parcel can be done. But requires a dedicated repo (out of our mono repo) in order to write in commonjs format that Parcel wants.
    • parcel-bundler/parcel#3256
    • Parcel v2 is also very near. Might wait for the new version.
  • Basic app with browserify (On hold)
    • Browserify has technical obstacle on TypeScript (tsify) TypeStrong/tsify#34 (comment)
    • There is no problem on babelify. But we will hold browserify for now.
  • Basic app with FuseBox (On hold)
    • FuseBox v4 is coming, and it's a total rewrite. Wait for it before implement.
  • Basic unit test setup for jest, jasmine, mocha, tape, ava
  • Basic e2e test setup for cypress
  • Basic e2e test setup for protractor

Development

This scaffolding skeleton is in very early stage, not quite ready for adding features. We want to keep feature set manageable as Aurelia 2 is constantly evolving.

There are some tests for this skeleton, setup in package.json. (totally not required by makes)

npm install
# test some top level makes hooks
npm test
# test all skeletons, take some time, not turned on in .travis.yml
npm run test:e2e

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.