@arcpublishing/arcnav

v0.0.1
## Usage The component can be added to a page either as a standalone self-rendering bundle or a UMD-based React component library.

dev

webpack-dev-server -d --mode development --env.home='/' --port 3000

test

jest

watch-test

jest --watch

build

rm -rf dist && webpack --mode production

serve

rm -rf dist && webpack --mode production --env.home='http://localhost:3000/' && node src/server.js

get-version

node -e 'process.stdout.write(process.env.npm_package_version)'

webpack-stats

webpack --mode production --env.home='http://localhost:3000/' --profile --json
npm i @arcpublishing/arcnav

Metadata

Downloads

Maintainers