Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shakahl/webpack-ssr-electron


https://github.com/shakahl/webpack-ssr-electron

Last synced: about 1 month ago
JSON representation

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
```