Questions tagged as 'router'

0
answers

How to solve this error in macchanger on mac?

It turns out that I just installed macchanger or I think so, but I can not do anything since I get this error: ERROR: Use macchanger as root: sudo macchanger [option] [device] And if I execute the command sudo macchanger --option...
asked by 07.05.2018 / 14:56
1
answer

VueJS and node for a step to production

I have a question, I have a project done with vue-cli , I run the command npm run build , I generate the dist and the index . The idea is to deploy in a nodejs, which provides services and connection to the BD (mongo)...
asked by 11.05.2018 / 17:13
0
answers

Someone knows how to make webpack-dev-server resolve the parameters in the URL

This is the configuration in webpack.config.js output: { filename: 'bundle.min.js', sourceMapFilename: '[file].map', path: path.resolve(__dirname , 'dist/assets'), publicPath: '/assets/' }, devServer: { contentBase: './dist',...
asked by 19.03.2018 / 19:35
0
answers

Building app with REST API in Symfony3 and AngularJS, problems with routing

Good morning, This time I am developing a new application and I am going to build the app with a REST API in Symfony3 and the frontend that consumes the API in AngularJS , I have several doubts and I hope you can help me, they ar...
asked by 31.07.2017 / 17:39
1
answer

Error ClassNotFoundException in Symfony 3 Router

Someone can explain me the following error in Symfony 3.0: I have created a bundle called blog, for which I defined the path /blog : blog_homepage: path: /blog defaults: { _controller: BlogBundle:Default:index }...
asked by 17.04.2017 / 16:43