Skip to content

Commit 5b9b277

Browse files
committed
updated readme
1 parent 441e1fc commit 5b9b277

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ And then execute:
1515
$ bundle install
1616
$ bundle exec rake vue:create
1717

18-
> Currently `rake vue:create` will overwrite all files, please be careful!
19-
2018
Add those lines to your `config/routes.rb`:
2119

2220
```ruby
2321
get 'vue/foo' => 'vue#foo'
2422
get 'vue/bar' => 'vue#bar'
2523
```
2624

25+
> Currently `rake vue:create` will overwrite all files, please be careful!
26+
2727
## Usage
2828

2929
This gem is fully depends on `vue-cli`. You can do everything with [`vue.config.js`](https://cli.vuejs.org/config/) just don't break `manifest` plugin which required by `vue_cli-rails`.

0 commit comments

Comments
 (0)