We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d746036 commit 11da3d8Copy full SHA for 11da3d8
README.md
@@ -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