Skip to content

Commit

Permalink
🍭 example(sfc): update sfc example, closes #427 (#522) by @SimonSiefke
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonSiefke authored and kazupon committed Feb 18, 2019
1 parent c9222a5 commit ddaad4c
Show file tree
Hide file tree
Showing 14 changed files with 9,177 additions and 2,523 deletions.
7 changes: 0 additions & 7 deletions examples/sfc/.babelrc

This file was deleted.

1 change: 1 addition & 0 deletions examples/sfc/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
24 changes: 20 additions & 4 deletions examples/sfc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
.DS_Store
node_modules/
dist/
npm-debug.log
yarn-error.log
node_modules
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
2 changes: 1 addition & 1 deletion examples/sfc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## Build Setup

``` bash
```bash
# install dependencies
npm install

Expand Down
5 changes: 5 additions & 0 deletions examples/sfc/babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
11 changes: 0 additions & 11 deletions examples/sfc/index.html

This file was deleted.

Loading

0 comments on commit ddaad4c

Please sign in to comment.