1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-09-28 04:59:02 +00:00
Go to file
2018-09-09 17:06:11 +02:00
assets build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
components build(packages): add pug and sass loader + normalize.css 2018-09-09 17:06:11 +02:00
layouts build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
middleware build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
pages build(packages): add pug and sass loader + normalize.css 2018-09-09 17:06:11 +02:00
plugins build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
static build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
store build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
.editorconfig build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
.eslintrc.js build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
.gitignore build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
nuxt.config.js build(packages): add pug and sass loader + normalize.css 2018-09-09 17:06:11 +02:00
package-lock.json build(packages): add pug and sass loader + normalize.css 2018-09-09 17:06:11 +02:00
package.json build(packages): add pug and sass loader + normalize.css 2018-09-09 17:06:11 +02:00
README.md build(nuxt): initialize project 2018-09-09 16:50:38 +02:00

awesome-cheatsheets

Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

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