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
- Host: GitHub
- URL: https://github.com/terwer/next-cli
- Owner: terwer
- Created: 2019-01-21T15:41:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T07:19:11.000Z (about 7 years ago)
- Last Synced: 2025-05-13T16:53:31.793Z (11 months ago)
- Topics: cli, nashorn, server-side-rendering, ssr, vue
- Language: Vue
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).