[DEPRECATED] see https://github.com/Wrestling-Dev/the-wrestling-dev for updated personal webpage
My personal site using nuxt.js
Command | Description |
---|---|
nuxt | Launch a development server on localhost:3000 with hot-reloading. |
nuxt build | Build your application with webpack and minify the JS & CSS (for production). |
nuxt start | Start the server in production mode (after running nuxt build). |
nuxt generate | Build the application and generate every route as a HTML file (used for static hosting). |