[READ-ONLY] Mirror of https://github.com/mrgnw/handson-vue. Created with CodeSandbox codesandbox.io/s/github/mrgnw/handson-vue
0

Configure Feed

Select the types of activity you want to include in your feed.

handson-vue / index.html
256 B 15 lines
1<!DOCTYPE html> 2<html> 3 4<head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 7 <title>CodeSandbox Vue</title> 8</head> 9 10<body> 11 <div id="app"></div> 12 <!-- built files will be auto injected --> 13</body> 14 15</html>