You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However in this git repo I see that you have... removed it and replaced it with webpack.config.js in the root folder? Is this correct? I am a little confused as I want to create a project with Vue, Phoenix and Webpack too!
I was following your instructions on http://www.jianshu.com/p/aa36b7d59734 and using vue init webpack but the project structure generated was different from this repo, e.g. the missing build folder in this repo. Should I use this repo as a template instead?
The text was updated successfully, but these errors were encountered:
Hi @loongmxbt, thank you for your reply! I was just wondering what happened to your /build folder (containing dev-server.js, webpack.base.conf.js, webpack.dev.conf.js... etc.) that got generated with the vue init webpack proj_name part? I guess you deleted the entire /build folder and replaced it with webpack.config.js in the root directory.
What my project structure looks like after following the steps above!
Dear 时见疏星,
I read your blogpost and you mentioned that there was a folder generated by
vue init webpack
:However in this git repo I see that you have... removed it and replaced it with
webpack.config.js
in the root folder? Is this correct? I am a little confused as I want to create a project with Vue, Phoenix and Webpack too!I was following your instructions on http://www.jianshu.com/p/aa36b7d59734 and using
vue init webpack
but the project structure generated was different from this repo, e.g. the missingbuild
folder in this repo. Should I use this repo as a template instead?The text was updated successfully, but these errors were encountered: