# mvvc

> Concise and practical javascript framework

Latest version **2.0.3-patch.25** (published 2017-09-22) · ISC license · 0 weekly downloads

## Install

```sh
npm install mvvc
pnpm add mvvc
yarn add mvvc
bun add mvvc
```

Provides the command `mvvc`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.3-patch.25 |
| Published | 2017-09-22 |
| First published | 2017-08-29 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 38 |
| Known vulnerabilities | 0 (+2 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | terrysu |

## Links

- npm: https://www.npmjs.com/package/mvvc
- Repository: https://github.com/Terry-Su/MVVC
- Homepage: https://github.com/Terry-Su/MVVC#readme
- Issues: https://github.com/Terry-Su/MVVC/issues
- npm.io page: https://npm.io/package/mvvc

## Dependencies (38)

- [del](https://npm.io/package/del.md) ^3.0.0
- [opn](https://npm.io/package/opn.md) ^5.1.0
- [gulp](https://npm.io/package/gulp.md) ^3.9.1
- [chalk](https://npm.io/package/chalk.md) ^2.1.0
- [react](https://npm.io/package/react.md) ^15.6.1
- [redux](https://npm.io/package/redux.md) ^3.7.2
- [rmdir](https://npm.io/package/rmdir.md) ^1.2.0
- [rimraf](https://npm.io/package/rimraf.md) ^2.6.1
- [decache](https://npm.io/package/decache.md) ^4.1.0
- [express](https://npm.io/package/express.md) ^4.15.3
- [inferno](https://npm.io/package/inferno.md) ^3.7.1
- [liftoff](https://npm.io/package/liftoff.md) ^2.3.0
- [shelljs](https://npm.io/package/shelljs.md) ^0.7.8
- [webpack](https://npm.io/package/webpack.md) ^3.5.5
- [fs-extra](https://npm.io/package/fs-extra.md) ^4.0.1
- [babel-cli](https://npm.io/package/babel-cli.md) ^6.26.0
- [commander](https://npm.io/package/commander.md) ^2.11.0
- [cross-env](https://npm.io/package/cross-env.md) ^5.0.3
- [react-dom](https://npm.io/package/react-dom.md) ^15.6.1
- [babel-core](https://npm.io/package/babel-core.md) ^6.25.0
- [babel-watch](https://npm.io/package/babel-watch.md) ^2.0.7
- [react-redux](https://npm.io/package/react-redux.md) ^5.0.6
- [serve-index](https://npm.io/package/serve-index.md) ^1.9.0
- [babel-loader](https://npm.io/package/babel-loader.md) ^7.1.1
- [inferno-redux](https://npm.io/package/inferno-redux.md) ^3.7.1
- [readline-sync](https://npm.io/package/readline-sync.md) ^1.4.7
- [directory-tree](https://npm.io/package/directory-tree.md) ^2.0.0
- [babel-preset-env](https://npm.io/package/babel-preset-env.md) ^1.6.0
- [readline-multiple](https://npm.io/package/readline-multiple.md) ^0.0.6
- [babel-preset-react](https://npm.io/package/babel-preset-react.md) ^6.24.1
- [babel-preset-es2015](https://npm.io/package/babel-preset-es2015.md) ^6.24.1
- [babel-plugin-inferno](https://npm.io/package/babel-plugin-inferno.md) ^3.2.0
- [babel-preset-stage-0](https://npm.io/package/babel-preset-stage-0.md) ^6.24.1
- [babel-preset-stage-2](https://npm.io/package/babel-preset-stage-2.md) ^6.24.1
- [babel-plugin-syntax-jsx](https://npm.io/package/babel-plugin-syntax-jsx.md) ^6.18.0
- [uglifyjs-webpack-plugin](https://npm.io/package/uglifyjs-webpack-plugin.md) ^0.4.6
- [babel-plugin-syntax-object-rest-spread](https://npm.io/package/babel-plugin-syntax-object-rest-spread.md) ^6.13.0
- [babel-plugin-transform-object-rest-spread](https://npm.io/package/babel-plugin-transform-object-rest-spread.md) ^6.23.0

## Recent versions

- 2.0.3-patch.25 (latest) — 2017-09-22
- 2.0.3-patch.24 — 2017-09-14
- 2.0.3-patch.23 — 2017-09-14
- 2.0.3-patch.22 — 2017-09-14
- 2.0.3-patch.21 — 2017-09-14
- 2.0.3-patch.20 — 2017-09-14
- 2.0.3-patch.19 — 2017-09-12
- 2.0.3-patch.18 — 2017-09-12
- 2.0.3-patch.17 — 2017-09-08
- 2.0.3-patch.16 — 2017-09-07
- 2.0.3-patch.15 — 2017-09-07
- 2.0.3-patch.14 — 2017-09-07
- 2.0.3-patch.13 — 2017-09-07
- 2.0.3-patch.12 — 2017-09-07
- 2.0.3-patch.11 — 2017-09-07
- … 15 more at https://npm.io/package/mvvc/versions

## README

# Introduction
MVVC is a light **multi-page** and **popular front frameworks supported** web developing framework


# Concept
1. **M**: Model  
2. **VV**: View and view model    
3. **C**: Controller  


# Background
1. In real developing environment, coworkers may use different front frameworks, like react, angular, vue, mirror, etc. 
2. A web project always contains mutiple web pages, instead of a single application page
3. It's better not to repeat same development and production's configuration


# Feature
## Specific
1. Choose specific react, inferno, and other projects to generate
2. Choose specific pages in specific projects to develop or build

## MVVC 
Decouple models, view and view models and controllers

## Reusability
Multiple pages can share or inherit props and methods by contollers




# Getting started
```txt
npm install mvvc -g

mvvc init -p MvvcProject
```
> Tip: choose project(s) to generate when mvvc was initialized partly

You've gotten a complete project which can be moved to anywhere to develop
```txt
cd MvvcProject & npm install 

npm start
```

# Contributing 
If you found somewhere in codes to be improved or fixed, or just make a suggestion, don't hesitate to send a pull request!

---
_Source: https://npm.io/package/mvvc · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
