Skip to content

Commit 11da3d8

Browse files
authored
Create README.md
1 parent d746036 commit 11da3d8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Laravel + Vue + Typescript Example
2+
3+
Laravel 5.6
4+
Vue 2.5.7
5+
Typescript 2.7.1
6+
7+
## Install
8+
9+
1. Clone the project to local
10+
11+
```
12+
git clone https://github.com/121there/laravel-vue-typescript-example.git
13+
cd laravel-vue-typescript-example
14+
```
15+
16+
2. Install the dependencies
17+
18+
```
19+
composer install
20+
npm install
21+
```
22+
23+
3. Compiling Assets
24+
25+
```
26+
npm run dev
27+
```
28+
29+
4. Visit the site
30+
31+
### License
32+
33+
The laravel-vue-typescript-example is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)