nollup
Rollup compatible development bundler for fast rebuilds and HMR.
File Explorer
Download Latest Version (.zip)- main.yml
- circular.md
- cli.md
- compiler.md
- dev-middleware.md
- dev-server.md
- hmr.md
- live-bindings.md
- nollup-hooks.md
- nolluprc.md
- options.md
- plugins.md
- rollup-config.md
- sdk.md
- index.html
- my-external-module-dynamic.js
- my-external-module.js
- dynamic-import-main.js
- multiple-export-main.js
- my-dynamic-module.js
- single-export-main.js
- package.json
- rollup.config.js
- index.html
- A1.js
- A2.js
- A3.js
- B.js
- main.js
- package.json
- rollup.config.js
- index.html
- App.css
- App.js
- Counter.css
- Counter.js
- main.js
- .babelrc
- package.json
- rollup.config.js
- index.html
- main.js
- shared.js
- worker-color.js
- worker-size.js
- package.json
- rollup.config.js
- index.html
- main.js
- package.json
- rollup.config.js
- example.crt
- example.key
- index.html
- main.js
- .gitignore
- package.json
- rollup.config.js
- index.html
- counter.js
- main.js
- package.json
- rollup.config.js
- index.html
- main.js
- package.json
- rollup.config.mjs
- index.html
- entry-a.js
- entry-b.js
- message-a.js
- message-b.js
- package.json
- rollup.config.js
- index.html
- App.css
- App.js
- Counter.css
- Counter.js
- Internal.js
- main.js
- Switch.css
- Switch.js
- .babelrc
- package.json
- rollup.config.js
- index.html
- App.css
- App.js
- Counter.css
- Counter.js
- main.js
- .babelrc
- package.json
- rollup.config.js
- index.html
- App.css
- App.js
- Counter.css
- Counter.js
- Internal.js
- main.js
- .babelrc
- .gitignore
- package.json
- rollup.config.js
- index.html
- App.css
- App.js
- Counter.css
- Counter.js
- Internal.js
- main.js
- Switch.css
- Switch.js
- .babelrc
- package.json
- rollup.config.js
- index.html
- App.css
- App.js
- Counter.css
- Counter.js
- Internal.js
- main.js
- .babelrc
- package.json
- rollup.config.js
- index.html
- main.js
- message.js
- .gitignore
- package.json
- rollup.config.js
- index.html
- enum.ts
- main.ts
- package.json
- rollup.config.ts
- main.css
- main.js
- .gitignore
- package.json
- rollup.config.js
- README.md
- AcornParser.js
- ConfigLoader.js
- NollupCodeGenerator.js
- NollupCompiler.js
- NollupContext.js
- NollupImportExportResolver.js
- NollupLiveBindingsResolver.js
- ParseError.js
- PluginContainer.js
- PluginContext.js
- PluginErrorHandler.js
- PluginLifecycle.js
- PluginMeta.js
- PluginUtils.js
- RollupConfigContainer.js
- types.js
- utils.js
- cli.js
- dev-middleware.js
- dev-server.js
- index.js
- plugin-hmr.js
- sdk.js
- context.js
- generate.js
- hooks.js
- nollup_hooks.js
- context.js
- input.js
- moduleContext.js
- output-assetFileNames.js
- output-chunkFileNames.js
- output-dir.js
- output-entryFileNames.js
- output-file.js
- output-format.js
- DevMiddleware.js
- ErrorHandling.js
- Externals.js
- ImportExportResolver.js
- misc.js
- PluginHMR.js
- RequireUsage.js
- Scenarios.js
- StaticDynamicImportOptimisation.js
- VirtualModules.js
- A1.js
- A2.js
- A3.js
- B.js
- index.js
- A.js
- B.js
- C.js
- index.js
- message.js
- A.js
- index.js
- letters.js
- index.js
- other.js
- A.js
- index.js
- letters.js
- A.js
- index.js
- letters.js
- index.js
- other.js
- dynamic.js
- index.js
- other.js
- index.js
- other.js
- index.js
- other.js
- index.js
- shared.js
- two.js
- content.json
- index.js
- impl.js
- index-proxy.js
- index.js
- alias-dep-from.js
- dep-from.js
- index.js
- index.js
- messages.js
- impl.js
- index.js
- counter.js
- index.js
- impl.js
- index.js
- hello.js
- index.js
- world.js
- impl.js
- index.js
- index.js
- hello.js
- index.js
- world.js
- index.js
- one.js
- three.js
- two.js
- index.js
- evaluator-worker.js
- evaluator.js
- wait.js
- nollup.js
- .gitignore
- .npmignore
- jsconfig.json
- LICENSE
- package.json
- README.md
๐ Installation Guide
1. Get the code
git clone https://github.com/PepsRyuu/nollup
Downloads the entire project code from GitHub to your computer.
cd nollup
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
// npm 6 and below
Type this command into your terminal and run it.
npm init nollup-app --name <project-name> --template <template>
Type this command into your terminal and run it.
// npm 7+ which requires extra dashes
Type this command into your terminal and run it.
npm init nollup-app -- --name <project-name> --template <template>
Type this command into your terminal and run it.
// any npm version
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
