Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 506 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 506 Bytes

Gray Area Knives New Website

This Project uses the Nuxt.js Meta-framework for Vue.js. Currently in Beta

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.