Go to file
Julien Le Coupanec 6293000a4f
fix(index): wrong link for k8s
2021-01-07 18:31:23 +01:00
assets feat(github-buttons): stars, watch, fork and follow 2018-09-10 10:14:05 +02:00
components fix(the-github-corner): link should be propped 2019-05-17 11:42:24 +02:00
dist build(deploy): new version 2019-05-17 13:31:02 +02:00
layouts build(app): deploy to production 2018-09-11 16:21:25 +02:00
pages fix(index): wrong link for k8s 2021-01-07 18:31:23 +01:00
plugins feat(ga): use nuxt module instead 2018-09-10 00:30:03 +02:00
static feat(index): add laravel 2019-05-17 13:27:26 +02:00
.csscomb.json build(cssccomb): initialize configuration files 2018-09-09 17:15:31 +02:00
.editorconfig build(nuxt): initialize project 2018-09-09 16:50:38 +02:00
.eslintrc.js build(app): deploy to production 2018-09-11 16:21:25 +02:00
.gitignore build(gitignore): remove dist folder 2018-09-09 23:16:03 +02:00
README.md build(app): deploy to production 2018-09-11 16:21:25 +02:00
nuxt.config.js fix(config): change port for images 2019-05-17 11:34:14 +02:00
package-lock.json build(package): run on port 2018 2019-05-17 11:32:17 +02:00
package.json build(package): run on port 2018 2019-05-17 11:32:17 +02:00

README.md

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.