Skip to content

Commit

Permalink
docs(examples): Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rkunev committed Jan 6, 2019
1 parent 07efde0 commit 0861ac3
Show file tree
Hide file tree
Showing 31 changed files with 208 additions and 483 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default {
</style>
```

Depending on your build tool of choice (webpack, browserify, rollup) you may have to setup the appropriate loaders or plugins. Checkout the [examples](./examples) folder. There's an example with browserify and with webpack. If you're using `vue-cli` or `poi` you don't have to do anything else - these tools come preconfigured and support CSS/SCSS import out of the box.
Depending on your build tool of choice you may have to setup the appropriate loaders or plugins. Checkout the [examples](./examples) folder. There's an example with Vue CLI 3 and Nuxt.js. If you're using `vue-cli` or `poi` you don't have to do anything else - these tools come preconfigured and support CSS/SCSS import out of the box.

#### UMD version

Expand Down
3 changes: 0 additions & 3 deletions examples/browserify-simple/.babelrc

This file was deleted.

35 changes: 0 additions & 35 deletions examples/browserify-simple/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions examples/browserify-simple/index.html

This file was deleted.

42 changes: 0 additions & 42 deletions examples/browserify-simple/package.json

This file was deleted.

63 changes: 0 additions & 63 deletions examples/browserify-simple/src/App.vue

This file was deleted.

7 changes: 0 additions & 7 deletions examples/browserify-simple/src/main.js

This file was deleted.

3 changes: 0 additions & 3 deletions examples/webpack-simple/.babelrc

This file was deleted.

14 changes: 0 additions & 14 deletions examples/webpack-simple/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions examples/webpack-simple/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions examples/webpack-simple/index.html

This file was deleted.

34 changes: 0 additions & 34 deletions examples/webpack-simple/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions examples/webpack-simple/src/main.js

This file was deleted.

75 changes: 0 additions & 75 deletions examples/webpack-simple/webpack.config.js

This file was deleted.

3 changes: 0 additions & 3 deletions examples/with-config/.babelrc

This file was deleted.

13 changes: 9 additions & 4 deletions examples/with-config/.gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
.DS_Store
node_modules/
dist/
npm-debug.log
yarn-error.log
node_modules
dist

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
package-lock.json

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*
Loading

0 comments on commit 0861ac3

Please sign in to comment.