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
Simple project using webpack with Vue.js and Express.js
# Install dependencies
$ npm install
# Build for production
$ npm run build
# Build for development
$ npm run dev
# Build for development and watch changes
$ npm run watch
# Starts Express server on port 8000
$ npm start