An open API service indexing awesome lists of open source software.

https://github.com/terwer/next-cli

Vue cli ssr for Nashorn
https://github.com/terwer/next-cli

cli nashorn server-side-rendering ssr vue

Last synced: 7 months ago
JSON representation

Vue cli ssr for Nashorn

Awesome Lists containing this project

README

          

# next-cli

# Note

```
This project has Paused,Waiting for offical support
Exception:
TypeError: NativeModule.wrap is not a function
```

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```

### Ssr support
```
npm run ssr:build
```

```
npm run ssr:serve
```

```
npm run ssr:start
```

```
npm run generate
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).