Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop #1

Merged
merged 5 commits into from Sep 12, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
@@ -0,0 +1,16 @@
# webpack-vuejs-template

a vue-cli template

## usage

```bash
$ npm i -g vue-cli
$ vue init airtonix/webpack-vuejs-template foo
```

## configure

- Uses webpack-config
- by default there is only npm run scripts for build targets `dev` and `build`
- if you want them, add more npm scripts like `"uat": "cross-env NODE_ENV=uat babel-node ./build"`
4 changes: 2 additions & 2 deletions meta.js → meta.json
@@ -1,4 +1,4 @@
export default {
{
"schema": {
"name": {
"type": "string",
Expand All @@ -16,4 +16,4 @@ export default {
"label": "Author"
}
}
};
}