Web programming project using Vue JS to create a simple store web application
Go to file
Shaun Reed 4beb29331f Finish work on Vue Ajax project
+ Convert to Vue SFC
+ Use NPM and vue-cli to generate and serve project
+ README instructions
2021-12-17 10:50:54 -05:00
public Finish work on Vue Ajax project 2021-12-17 10:50:54 -05:00
src Finish work on Vue Ajax project 2021-12-17 10:50:54 -05:00
.gitignore Finish work on Vue Ajax project 2021-12-17 10:50:54 -05:00
README.md Finish work on Vue Ajax project 2021-12-17 10:50:54 -05:00
babel.config.js Finish work on Vue Ajax project 2021-12-17 10:50:54 -05:00
package-lock.json Finish work on Vue Ajax project 2021-12-17 10:50:54 -05:00
package.json Finish work on Vue Ajax project 2021-12-17 10:50:54 -05:00

README.md

sreed-web-programming

Stuff for Web Programming

Project setup

sudo apt install npm
npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.