A Vue.js project applying CRUD operations with MEVN stack, utilising expressRouter
To build and run TLN locally, just follow the instructions bellow. You can run it directly using NPM run commands. The web server will show the hostname on the console, something like this:
stop-analyzing-embed | Listening on http://localhost:8080.
# install dependencies
npm install
# navigate to folder
cd app
# serve with hot reload at localhost:8080
npm run dev
*Important: make sure you have [NPM](https://www.npmjs.com/get-npm) installed in your machine.*
Thats it! We are ready to go!
look up the app at http://localhost:8080
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Clone this repo to your local machine using https://github.com/hannydevelop/TLN.git