Coder Social home page Coder Social logo

vuejs-crud's People

Contributors

paulund avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vuejs-crud's Issues

Route redirection

How can I redirect to product list page from create product page after successful response?
I am trying this,$routes.router.go('/) not working

npm dev crashes

tested with node 4.6.2 and 8.1.0

ERROR in multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js
Module not found: Error: Can't resolve 'babel' in '/Users/raymond/stack/sites/vuejs-crud'
BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.
You need to specify 'babel-loader' instead of 'babel',
see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed
@ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js

Built files not injected

I'm giving my first steps with vue

So far now I did:

D:\devel\apps\tmp                                                                                                                                                   
λ git clone https://github.com/paulund/vuejs-crud.git                                                                                                               
Cloning into 'vuejs-crud'...                                                                                                                                        
remote: Counting objects: 30, done.                                                                                                                                 
remote: Total 30 (delta 0), reused 0 (delta 0), pack-reused 30                                                                                                      
Unpacking objects: 100% (30/30), done.                                                                                                                              
                                                                                                                                                                    
D:\devel\apps\tmp                                                                                                                                                   
λ cd vuejs-crud\                                                                                                                                                    
                                                                                                                                                                    
D:\devel\apps\tmp\vuejs-crud (master -> origin)                                                                                                                     
λ npm install                                                                                                                                                       
npm WARN deprecated [email protected]: �  Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!           
npm notice created a lockfile as package-lock.json. You should commit this file.                                                                                    
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents):                                                                             
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})   
                                                                                                                                                                    
added 775 packages in 62.547s                                                                                                                                       
                                                                                                                                                                    
D:\devel\apps\tmp\vuejs-crud (master -> origin)                                                                                                                     
λ npm run dev                                                                                                                                                       
                                                                                                                                                                    
> vuejs-crud-application@ dev D:\devel\apps\tmp\vuejs-crud                                                                                                          
> cross-env NODE_ENV=development webpack-dev-server --open --inline --hot                                                                                           
                                                                                                                                                                    
Project is running at http://localhost:8080/                                                                                                                        
webpack output is served from /dist/                                                                                                                                
404s will fallback to /index.html                                                                                                                                   
(node:1488) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.                                                                          

I also started the api with node server.js which works ok

When I open a browser at: http://localhost:8080/ I get:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>vuejs-crud</title>
  </head>
  <body>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>

Am I missing anything?

λ node --version
v8.11.3

λ npm --version
5.6.0

Using Windows 7 Enterprise SP1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.