3.0.0-alpha.1.19 • Published 7 years ago
nitrotasks v3.0.0-alpha.1.19
Nitro 3
A brand new rewrite. Check out the Wiki for what's new and happening, or tweet me @consindo.
Build Instructions
- You will need node.js & npm installed.
- Then run
npm install
Development (without server)
- Use
npm run test:fast
to run tests only, without building and coverage. - You can use
npm run watch
. It uses webpack-dev-server, which has nice live js & css reloading. - Sign in with
local@nitrotasks.com
, no password.
Development (with server)
- Go to https://github.com/nitrotasks/nitro-server to download and use the server.
- If you're developing the client too, the webpack-dev-server will proxy API requests to
localhost:8040/a
- you can change this inwebpack.config.js
.
Production
- This is published as a npm package, prebuilt with the API route as /a.
- Nitro Server pulls the package from NPM, and serves the module as the app.
Otherwise
- Use
npm run build
to create a production build. - Serve this from nitro-server by changing the config.
- If you're the maintainer, use
npm publish
and change the wanted package in the nitro-serverpackage.json
.
3.0.0-alpha.1.19
7 years ago
3.0.0-alpha.1.18
8 years ago
3.0.0-alpha.1.17
8 years ago
3.0.0-alpha.1.16
8 years ago
3.0.0-alpha.1.15
8 years ago
3.0.0-alpha.1.14
8 years ago
3.0.0-alpha.1.13
8 years ago
3.0.0-alpha.1.12
8 years ago
3.0.0-alpha.1.11
8 years ago
3.0.0-alpha.1.10
8 years ago
3.0.0-alpha.1.9
8 years ago
3.0.0-alpha.1.8
8 years ago
3.0.0-alpha.1.7
8 years ago
3.0.0-alpha.1.6
8 years ago
3.0.0-alpha.1.5
8 years ago
3.0.0-alpha.1.4
8 years ago
3.0.0-alpha.1.3
8 years ago
3.0.0-alpha.1.2
8 years ago
3.0.0-alpha.1.1
8 years ago
3.0.0-alpha.1
8 years ago