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. -
Cypress
Fast, easy and reliable testing for anything that runs in a browser. -
mocha
☕️ simple, flexible, fun javascript test framework for node.js & the browser -
ava
Node.js test runner that lets you develop with confidence 🚀 -
jasmine
Simple JavaScript testing framework for browsers and node.js -
nightwatch
End-to-end testing framework written in Node.js and using the W3C Webdriver API -
WebdriverIO
Next-gen browser and mobile automation test framework for Node.js -
TestCafe
A Node.js tool to automate end-to-end web testing. -
istanbul
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. -
casperjs
Navigation scripting & testing utility for PhantomJS and SlimerJS. -
chai
BDD / TDD assertion framework for node.js and the browser that can be paired with any testing framework. -
zombie
Insanely fast, full-stack, headless browser testing using node.js -
intern
A next-generation code testing stack for JavaScript. -
slimerjs
A scriptable browser like PhantomJS, based on Firefox -
expect.js
Minimalistic BDD-style assertions for Node.JS and the browser. -
proxyquire
🔮 Proxies nodejs require in order to allow overriding dependencies during testing. -
blanket
blanket.js is a simple code coverage library for javascript. Designed to be easy to install and use, for both browser and nodejs. -
halower/vue-tree
tree and multi-select component based on Vue.js 2.0 -
totoro
A simple and stable cross-browser testing tool. 简单稳定的跨浏览器测试工具。 -
Nullstack
Feature-Driven Full Stack JavaScript Components -
FrintJS
Modular JavaScript framework for building scalable and reactive applications -
Webix UI
Stable releases of Webix UI - JavaScript library for building mobile and desktop web apps -
JSCover
JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage -
autochecker
♻️ Test your libraries in many different versions of NodeJS, Ruby, Java and many other languages -
Crusher
🧙♀️ Fast low-code testing framework ⏱️ Create test in <60 secs -
ChaoSocket.js
:boom: Mock WebSockets and create chaos :boom: -
prop-sets
Generate and test every possible instance of a component in React -
yolpo
An environment to visualize JavaScript code execution in a browser -
Xeito
🤞 Xeito is a framework for building interactive web applications with Typescript and Tagged Template Literals. -
RESTful Node.js Starter with Prisma and Typescript
Simple node starter with TypeScript and Prisma -
MonsterJS
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.
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
* 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