Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 694 Bytes

README.md

File metadata and controls

executable file
·
27 lines (17 loc) · 694 Bytes

Nuxt template

Setup

To start a new project with this template, open a terminal and run:

npm init @publici nuxt <name-of-project>

Alternatively, you can click "Use this template" on GitHub, clone the repo and then in the project directory run:

npm init @publici . .

Development

To start a development version of this project locally, open a terminal, navigate to the project's directory and run:

npm run dev

This will start a server that runs at http://localhost:3000/

For detailed explanation on how things work, check out the Nuxt.js docs.