Skip to content

Instantly share code, notes, and snippets.

@egoist
Created April 20, 2018 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egoist/58be8980b701d30feff850cc34cb5479 to your computer and use it in GitHub Desktop.
Save egoist/58be8980b701d30feff850cc34cb5479 to your computer and use it in GitHub Desktop.
<div>hello {name}</div>
<script>
export default {
data() {
return {
name: 'egoist'
}
}
}
</script>
import App from './App.html'
new App({
target: document.body
})
{
"name": "xxx",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"@poi/plugin-svelte": "^11.0.0",
"poi": "^10.1.2"
}
}
module.exports = {
plugins: [
require('@poi/plugin-svelte')()
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment