Code Monkey home page Code Monkey logo

kqm-compendium-fork's Introduction

KQM Compendium

Build

Requirements

  • Node.js 14+ (Latest verion of LTS is recommended, webpack does not work with Node.js 17+)
  • npm 6.1+

Tools

Setup

After cloning the repository, run:

# Install dependencies
$ npm install

To run the project locally, run:

# Serve a local server with hot reload at localhost:3000
$ npm run dev

To build the project for deployment, run:

# Generate static project
$ npm run generate

To lint the project, run:

# Lint the project
$ npm run lint

Project Structure

  • .nuxt: contains the dynamically generated files when npm run dev is used. Ignored by Git.
  • assets: contains the un-complied assets such as images or fonts.
    • artifacts
    • character_thumbnails
    • icons
    • weapons
  • components: contains all the .Vue components used on the website.
  • content: contains all the Markdown, JSON and CSV files used on the website. A MongoDB-like API is exposed on localhost:3000/_content/.
  • dist: contains the dynamically generated files when npm run generate is used. Ignored by Git.
  • layouts: contains all the layouts used by the site. The default layout, default.vue, is used if not specified.
  • models: contains the models and classes used by the website.
  • page: contains all the views and routes used on the website. Nuxt automatically creates a page for every .vue files inside the directory. The routing configuration is also automatically generated.
  • plugins: contains all plugins used on the website.
  • static: contains all static files used on the website such as favicon.ico and robots.txt. All files in the directory are served at root.
  • store: contains all Vuex store files used on the website.
  • nuxtconfig.js: the Nuxt.js configuration file.
  • tailwind.config.js: the tailwindcss configuration file.
  • tsconfig.js: the TypeScript configuration file.

kqm-compendium-fork's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.