-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Ive actually followed your gist...
I already have that before a laravel app set up...
npm install...
And as my first time diving to webpack, i didnt know there is a dependancies of webpack...
i did try to installed that globally...
so as the other packages you sited in your gist
{
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir-webpack": "^0.2.2",
},
"dependencies": {
"autoprefixer-loader": "^3.1.0",
"laravel-elixir": "^4.0.0",
"bootstrap-sass": "^3.0.0",
"vuestrap": "^1.0.0",
"vuestrap-base-components": "^0.4.1",
"vuestrap-theme-loader": "^0.1.2",
"html-loader": "^0.3.0",
"babel-core": "^5.8.33",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.3",
"css-loader": "^0.21.0",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
}
}
so far im getting this error over and over after following your gist
ERROR in ./resources/assets/js/app.js
Module parse failed: /home/vagrant/codes/node_modules/babel-loader/index.js!/home/vagrant/codes/mysite.dev/resources/assets/js/app.js Line 3: Unexpected token
You may need an appropriate loader to handle this file type.
| // in resources/assets/js/index.js
|
| import badge from 'vuestrap-base-components/src/components/badge';
| import jumbotron from 'vuestrap-base-components/src/components/jumbotron';
|
@ multi main
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels