Skip to content

Commit

Permalink
Readme and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
makmonty committed Aug 27, 2017
1 parent 9c39aab commit 9729c81
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 5 deletions.
25 changes: 25 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Halfstack Frontend Vue

Halfstack is a group of [Yeoman](http://yeoman.io) generators that sum up a full stack. This is the frontend part, made with [Vue.js](https://vuejs.org/). Stay tuned for the backend half.

## Features

* [Vue.js](https://vuejs.org/)
* [Webpack](https://webpack.js.org)
* Optional user session system

## Install

To use this generator, you need [Yeoman](http://yeoman.io/).

```shell
$ npm install -g yo generator-halfstack-frontend-vue
```

Now you can run it:

```
$ yo halfstack-frontend-vue
```

Enjoy!
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,20 @@
"name": "generator-halfstack-frontend-vue",
"version": "1.0.0",
"description": "Vue + Webpack generator",
"files": [
"generators"
],
"homepage": "https://github.com/makmonty/generator-halfstack-frontend-vue",
"author": {
"name": "makmonty",
"url": "https://github.com/makmonty"
},
"license": "ISC",
"keywords": [
"vue",
"webpack",
"yeoman-generator"
],
"author": "makmonty",
"license": "ISC",
"files": [
"generators"
],
"dependencies": {
"eslint": "^4.3.0",
"eslint-config-google": "^0.9.1",
Expand Down

0 comments on commit 9729c81

Please sign in to comment.