LichenInc / vue-record

Audio recording component for vue.js
MIT License
0 stars 1 forks source link

does not render anything? #1

Open commentatorboy opened 6 years ago

commentatorboy commented 6 years ago

I have tried to rebuild everything to the newst version. vbuild is also depricated. https://www.npmjs.com/package/vbuild (Check the github link)

Is it possible to create a new version of this vue component?

Here is the config file.


{
  "name": "vue-record",
  "version": "0.0.1",
  "scripts": {
    "dev": "vbuild --dev",
    "build": "vbuild"
  },
  "devDependencies": {
    "node-sass": "^4.8.3",
    "poi": "^10.1.5",
    "pug": "^2.0.3",
    "sass-loader": "^7.0.1"
  },
  "main": "./src/components/vue-record",
  "dependencies": {
    "pug-loader": "^2.4.0",
    "recordrtc": "^5.4.6",
    "style-loader": "^0.21.0"
  },
commentatorboy commented 6 years ago

Nevermind solved it. I just needed to change from import App from 'components/App.vue' to import App from './components/App.vue'

I will create a new fork and push it there. Also thank you for creating this.