Skip to content
GitLab
    • Explore Projects Groups Topics Snippets
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • J Jin Intern Project
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • jin.tang
  • Jin Intern Project
  • Merge requests
  • !9

Resolve "22/12/2021 Initialize project via CLI"

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged jin.tang requested to merge 8-22-12-2021-initialize-project-via-cli into master 3 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 14

Closes #8 (closed)

Edited 3 years ago by jin.tang
Compare
  • master (base)

and
  • latest version
    4a50afd1
    1 commit, 3 years ago

14 files
+ 175
− 43

    Preferences

    File browser
    Compare changes
pages/list.js → mock/.gitkeep
+ 0
− 0
  • View file @ 4a50afd1

  • Edit in single-file editor

  • Open in Web IDE

Unable to load file contents. Try again later.
File renamed with no changes. Show file contents
pages/home.css deleted 100644 → 0
+ 0
− 4
  • View file @ 75082f8b

.title {
background: rgb(121, 187, 242);
}
pages/home.js deleted 100644 → 0
+ 0
− 10
  • View file @ 75082f8b

import React from 'react';
import styles from './home.css';
export default function Page() {
return (
<div>
<h1 className={styles.title}>Welcome to Umi</h1>
</div>
);
}
src/pages/index.less 0 → 100644
+ 3
− 0
  • View file @ 4a50afd1

  • Edit in single-file editor

  • Open in Web IDE

.title {
background: rgb(121, 242, 157);
}
src/pages/index.tsx 0 → 100644
+ 9
− 0
  • View file @ 4a50afd1

  • Edit in single-file editor

  • Open in Web IDE

import styles from './index.less';
export default function IndexPage() {
return (
<div>
<h1 className={styles.title}>Page index</h1>
</div>
);
}
Assignee
jin.tang's avatar
jin.tang
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
1
1 Participant
jin.tang
Reference: jin.tang/jin-intern-project!9
Source branch: 8-22-12-2021-initialize-project-via-cli

Menu

Explore Projects Groups Topics Snippets