Popularity
0.4
Stable
Activity
0.0
Stable
3
1
1
Programming language: JavaScript
Latest version: v0.1.1
Vuex module generator alternatives and similar libraries
Based on the "Testing Frameworks" category.
Alternatively, view Vuex module generator alternatives based on common mentions on social networks and blogs.
-
Playwright
Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API. -
nightwatch
Integrated end-to-end testing framework written in Node.js and using W3C Webdriver API. Developed at @browserstack -
istanbul
DISCONTINUED. Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale. -
chai
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework. -
blanket
blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs. -
Semaphore
Semaphore is an open source CI/CD platform. Self-host Semaphore on your own servers or on a cloud provider. -
autochecker
âģī¸ Test your libraries in many different versions of NodeJS, Ruby, Java and many other languages -
Xeito
đ¤ Xeito is a framework for building interactive web applications with Typescript and Tagged Template Literals. -
RESTful Node.js Starter with Prisma and Typescript
DISCONTINUED. Simple node starter with TypeScript and Prisma -
MonsterJS
DISCONTINUED. Simple but powerful progressive JavaScript framework based on web components. -
react testing library
Simple and complete React DOM testing utilities that encourage good testing practices.
InfluxDB â Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Vuex module generator or a related project?
README
Vuex module generator
vue-cli 3 plugin to generate Vuex store modules
Usage
- Install via vue-cli
$ vue add vue-cli-plugin-vuex-module-generator
- Invoke to generate a new module:
$ vue invoke vue-cli-plugin-vuex-module-generator
? Where's your store's root directory? ./src/store
? What's your new module's name? foo