UNPKG

abstract-state-router

Version:

Like ui-router, but without all the Angular. The best way to structure a single-page webapp.

17 lines (14 loc) 226 B
version: 2.1 jobs: test_and_build: docker: - image: cimg/node:22.14.0 steps: - checkout - run: npm ci - run: npm t workflows: version: 2 test_and_build: jobs: - test_and_build