Skip to content
/ nuxt-template Public template

Template for Nuxt apps for single-page apps and embeddable graphics for the Center for Public Integrity

License

Notifications You must be signed in to change notification settings

PublicI/nuxt-template

Repository files navigation

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.