Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shakahl/webpack-ssr-electron
https://github.com/shakahl/webpack-ssr-electron
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/shakahl/webpack-ssr-electron
- Owner: shakahl
- License: mit
- Created: 2017-11-24T09:51:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T17:13:52.000Z (9 months ago)
- Last Synced: 2024-04-03T18:32:00.580Z (9 months ago)
- Language: JavaScript
- Size: 917 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Starter
> A [Vuetify.js](https://github.com/vuetifyjs/vuetify) starter project template with webpack server side rendering and
[electron](https://electron.atom.io).## Installation
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
``` bash
$ vue init Kylart/webpack-ssr-electron my-project
$ cd my-project
# install dependencies
$ npm install # Or yarn install
```> Make sure to use a version of vue-cli >= 2.1 (`vue -V`).
## Usage
### Development
``` bash
# serve with hot reloading at localhost:9200
$ npm run dev
```Go to [http://localhost:9200](http://localhost:9200)
### Production
``` bash
# build for production and start the app
$ npm run build
$ npm start
```