7 | with 8 | Adam Wathan 9 | (source code) 10 |
11 |12 | Nuxt version by 13 | Sébastien Chopin 14 | (source code) 15 |
16 |
11 |
12 |
13 | ## Project setup
14 |
15 | ```bash
16 | npm install
17 | ```
18 |
19 | ## Development
20 |
21 | ```bash
22 | npm run dev
23 | ```
24 |
25 | ## Production
26 |
27 | ### Universal (SSR)
28 |
29 | ```bash
30 | npm run build
31 | npm start
32 | ```
33 |
34 | ### Static Generated
35 |
36 | ```bash
37 | npm run generate
38 | ```
39 |
40 | ### Single Page App
41 |
42 | ```bash
43 | npm run spa
44 | ```
45 |
46 | ## Credits
47 |
48 | Thanks to [Adam](https://github.com/adamwathan) for letting me use his project for the [Vue Conf Toronto](https://vuetoronto.com).
49 |
--------------------------------------------------------------------------------
/components/ContactList.vue:
--------------------------------------------------------------------------------
1 |
2 |
13 |
5 |
16 | 48 | I couldn't believe how easy it was. One minute my boss was handing me an Angular 1 project to maintain, and a few clicks later I was free! 49 |50 |
52 |